Skip to content

Commit 4195d5e

Browse files
authored
Merge pull request #14 from bokeh/#8_fix_broken_links
#8 fix broken links
2 parents 0837162 + 206a166 commit 4195d5e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/bokeh_sampledata/airport_routes.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
99
License: `ODbL 1.0`_
1010
11-
Sourced from https://openflights.org/data.html on September 07, 2017.
11+
Sourced from `https:/openflights.org/data.html/` on September 07, 2017.
12+
This historic link is not active anymore, but https:/openflights.org/ is
13+
still available.
1214
1315
This module contains two pandas Dataframes: ``airports`` and ``routes``.
1416

src/bokeh_sampledata/airports.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
99
License: `Public Domain`_
1010
11-
Sourced from USGS service http://services.nationalmap.gov on October 15, 2015.
11+
Sourced from USGS service `http://services.nationalmap.gov` on October 15, 2015.
12+
In the meantime this service was deactivated and is not available anymore.
1213
1314
This module contains one pandas Dataframe: ``data``.
1415

src/bokeh_sampledata/iris.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
.. bokeh-sampledata-xref:: iris
2424
25-
.. _Fisher's Iris dataset: https://en.wikipedia.org/wiki/Iris_flower_data_se
25+
.. _Fisher's Iris dataset: https://en.wikipedia.org/wiki/Iris_flower_data_set
2626
.. _alternatives to Iris: https://www.meganstodel.com/posts/no-to-iris/
2727
2828
"""

0 commit comments

Comments
 (0)