Skip to content

Commit cbbad6b

Browse files
committed
Fix links to USGS NEIC PDE in docstrings
1 parent d06e2fd commit cbbad6b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

obspy/io/pde/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Epicenters (PDE) Bulletin.
1717
Currently, only the mchedr (machine readable Earthquake Data Report)
1818
format is supported, and only for file format revision of February 24, 2004.
1919

20-
See: http://earthquake.usgs.gov/research/data/pde.php
20+
See: https://earthquake.usgs.gov/data/comcat/catalog/us/

obspy/io/pde/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Currently, only the mchedr (machine readable Earthquake Data Report)
99
format is supported.
1010
11-
.. seealso:: http://earthquake.usgs.gov/data/pde.php
11+
.. seealso:: https://earthquake.usgs.gov/data/comcat/catalog/us/
1212
1313
:copyright:
1414
The ObsPy Development Team (devs@obspy.org), Claudio Satriano

obspy/io/pde/mchedr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Only supports file format revision of February 24, 2004.
66
7-
.. seealso:: http://earthquake.usgs.gov/data/pde.php
7+
.. seealso:: https://earthquake.usgs.gov/data/comcat/catalog/us/
88
99
:copyright:
1010
The ObsPy Development Team (devs@obspy.org), Claudio Satriano

0 commit comments

Comments
 (0)