Skip to content

Commit 206a166

Browse files
committed
deactivate broken links and add a comment
1 parent 40e9139 commit 206a166

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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

0 commit comments

Comments
 (0)