Skip to content

Commit 2590975

Browse files
committed
Fix broken links in documentation
1 parent 991471d commit 2590975

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/getting_started.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ The basic usage of the windpowerlib is shown in the ModelChain example that is a
5555
To run the example you need the example weather and turbine data used:
5656

5757
* :download:`Example weather data file <../example/weather.csv>`
58-
* :download:`Example power curve data file <../example/data/example_power_curves.csv>`
59-
* :download:`Example power coefficient curve data file <../example/data/example_power_coefficient_curves.csv>`
60-
* :download:`Example nominal power data file <../example/data/example_turbine_data.csv>`
58+
* :download:`Example power curve data file <../example/data/power_curves.csv>`
59+
* :download:`Example power coefficient curve data file <../example/data/power_coefficient_curves.csv>`
60+
* :download:`Example nominal power data file <../example/data/turbine_data.csv>`
6161

6262
Furthermore, you have to install the windpowerlib and to run the notebook you also need to install `notebook` using pip3. To launch jupyter notebook type ``jupyter notebook`` in the terminal.
6363
This will open a browser window. Navigate to the directory containing the notebook to open it. See the jupyter notebook quick start guide for more information on `how to install <http://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/install.html>`_ and

0 commit comments

Comments
 (0)