From 233b0cf57ce9e97c16c675e1eff9fdd03bab60b5 Mon Sep 17 00:00:00 2001 From: Alena Chaikouskaya Date: Tue, 14 Nov 2023 11:30:46 +0100 Subject: [PATCH] Update broken links to LIS-79 specification Co-authored-by: Rudolf Maurer --- README.md | 2 +- python/dlisio/lis/curves.py | 2 +- python/docs/index.rst | 2 +- python/docs/lis/specification.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ea95b03f..6b68bb860 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/python/dlisio/lis/curves.py b/python/dlisio/lis/curves.py index f4aac1c0a..aa41a02a3 100644 --- a/python/dlisio/lis/curves.py +++ b/python/dlisio/lis/curves.py @@ -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 ---------- diff --git a/python/docs/index.rst b/python/docs/index.rst index 72be59da8..d85fbbcf8 100644 --- a/python/docs/index.rst +++ b/python/docs/index.rst @@ -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 ============ diff --git a/python/docs/lis/specification.rst b/python/docs/lis/specification.rst index 3ad13e231..0762f0ccd 100644 --- a/python/docs/lis/specification.rst +++ b/python/docs/lis/specification.rst @@ -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