Skip to content

Commit

Permalink
Update broken links to RP66v1 specification
Browse files Browse the repository at this point in the history
Co-authored-by: Rudolf Maurer <[email protected]>
  • Loading branch information
achaikou and geolr committed Nov 14, 2023
1 parent 233b0cf commit 1845c95
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

dlisio is an LGPL licensed library for reading well logs in Digital Log
Interchange Standard (DLIS V1), also known as [RP66
V1](http://w3.energistics.org/rp66/v1/Toc/main.html), and Log Information
V1](https://www.energistics.org/sites/default/files/rp66v1.html), and Log Information
Standard 79 ([LIS79](https://www.energistics.org/sites/default/files/2022-10/lis-79.pdf)).

dlisio is designed as a general purpose library for reading well logs in a
Expand Down
2 changes: 1 addition & 1 deletion python/data/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ before you add new files. When adding a new file, please consider:
- If new file(s) are added, update the relevant README.rst with a short
description

.. [1] API RP66 v1, http://w3.energistics.org/RP66/V1/Toc/main.html
.. [1] API RP66 v1, https://energistics.org/sites/default/files/RP66/V1/Toc/main.html
2 changes: 1 addition & 1 deletion python/dlisio/dlis/basicobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class BasicObject():
References
----------
[1] http://w3.energistics.org/RP66/V1/Toc/main.html
[1] https://energistics.org/sites/default/files/RP66/V1/Toc/main.html
"""

linkage = {}
Expand Down
2 changes: 1 addition & 1 deletion python/dlisio/dlis/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def unknowns(self):
parsed as :py:class:`dlisio.dlis.Unknown`, that implements a dict
interface.
[1] http://w3.energistics.org/rp66/v1/Toc/main.html
[1] https://energistics.org/sites/default/files/RP66/V1/Toc/main.html
Notes
-----
Expand Down
2 changes: 1 addition & 1 deletion python/docs/dlis/curves.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ metadata for the unused channels are never removed.
:code:`None` when there is no recorded curve data.

.. _`structured numpy.ndarray`: https://numpy.org/doc/stable/user/basics.rec.html
.. _`Appendix C`: http://w3.energistics.org/rp66/V1/rp66v1_appc.html
.. _`Appendix C`: https://energistics.org/sites/default/files/RP66/V1/rp66v1_appc.html
2 changes: 1 addition & 1 deletion python/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ start is the user guides: :ref:`DLIS User Guide` and :ref:`LIS User Guide`.
**DLIS and LIS files using these formats or modifications will fail to
read.**

.. [1] API RP66 v1, http://w3.energistics.org/RP66/V1/Toc/main.html
.. [1] API RP66 v1, https://energistics.org/sites/default/files/RP66/V1/Toc/main.html
.. [2] LIS79, https://www.energistics.org/sites/default/files/2022-10/lis-79.pdf
Installation
Expand Down

0 comments on commit 1845c95

Please sign in to comment.