Skip to content

Commit

Permalink
Update broken links to LIS-79 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 54172ae commit 233b0cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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
Standard 79 ([LIS79](http://w3.energistics.org/LIS/lis-79.pdf)).
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
simple and easy-to-use manner. Its main focus is making all the data and
Expand Down
2 changes: 1 addition & 1 deletion python/dlisio/lis/curves.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def curves(f, dfsr, sample_rate=None, strict=True):
[1] Structured Arrays, https://numpy.org/doc/stable/user/basics.rec.html
[2] LIS79 ch 3.3.2.2, http://w3.energistics.org/LIS/lis-79.pdf
[2] LIS79 ch 3.3.2.2, https://www.energistics.org/sites/default/files/2022-10/lis-79.pdf
Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion python/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ start is the user guides: :ref:`DLIS User Guide` and :ref:`LIS User Guide`.
read.**

.. [1] API RP66 v1, http://w3.energistics.org/RP66/V1/Toc/main.html
.. [2] LIS79, http://w3.energistics.org/LIS/lis-79.pdf
.. [2] LIS79, https://www.energistics.org/sites/default/files/2022-10/lis-79.pdf
Installation
============
Expand Down
2 changes: 1 addition & 1 deletion python/docs/lis/specification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ information for a modern computer, but as these mechanics are embedded in the
files, modern software still has to account for it. This adds additional layers
of complexity.

.. [1] LIS79, http://w3.energistics.org/LIS/lis-79.pdf
.. [1] LIS79, https://www.energistics.org/sites/default/files/2022-10/lis-79.pdf

0 comments on commit 233b0cf

Please sign in to comment.