Skip to content

Commit c79cf19

Browse files
committed
fix link redirects
1 parent fac74d9 commit c79cf19

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Option libraries:
1313
- Pandas https://pandas.pydata.org/ (to feed plot functions easily)
1414
- SciPy https://scipy.org/ (to fit data with Weibull distribution)
1515
- ffmpeg https://www.ffmpeg.org/ (to output video)
16-
- click https://click.palletsprojects.com/ (for command line interface tools)
16+
- click https://click.palletsprojects.com/en/stable/ (for command line interface tools)
1717
- seaborn https://seaborn.pydata.org/ (for easy subplots)
1818

1919
Install latest release version via pip

notebooks/usage.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"This example use randoms values for wind speed and direction(ws and wdnotebooks/windrose_sample_poitiers_csv.ipynb\n",
1010
"variables). In situation, these variables are loaded with reals values\n",
1111
"(1-D array), from a database or directly from a text file.\n",
12-
"See [this notebook](https://github.com/python-windrose/windrose/blob/master/notebooks/windrose_sample_poitiers_csv.ipynb) for an example of real data."
12+
"See [this notebook](https://github.com/python-windrose/windrose/blob/main/notebooks/windrose_sample_poitiers_csv.ipynb) for an example of real data."
1313
]
1414
},
1515
{
@@ -452,7 +452,7 @@
452452
"source": [
453453
"Instead of using object oriented approach like previously shown, some\n",
454454
"\"shortcut\" functions have been defined: `wrbox`, `wrbar`,\n",
455-
"`wrcontour`, `wrcontourf`, `wrpdf`. See [unit tests](https://github.com/python-windrose/windrose/blob/master/tests/test_windrose.py)."
455+
"`wrcontour`, `wrcontourf`, `wrpdf`. See [unit tests](https://github.com/python-windrose/windrose/blob/main/tests/test_windrose.py)."
456456
]
457457
},
458458
{
@@ -520,7 +520,7 @@
520520
"\n",
521521
"[![Video3](http://img.youtube.com/vi/UiGC-3aw9TM/0.jpg)](https://www.youtube.com/watch?v=UiGC-3aw9TM)\n",
522522
"\n",
523-
"[Source code](https://github.com/python-windrose/windrose/blob/master/samples/example_animate.py).\n",
523+
"[Source code](https://github.com/python-windrose/windrose/blob/main/samples/example_animate.py).\n",
524524
"\n",
525525
"This is just a sample for now. API for video need to be created.\n",
526526
"\n",

0 commit comments

Comments
 (0)