Skip to content

Commit 9d925a5

Browse files
fixed readthedocs link
1 parent 07c2144 commit 9d925a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Data Model.
1111
Install steps are described in the documentation generated from `/docs/source/installing.rst`.
1212

1313
Documentation is autogenerated from the source using [Sphinx](http://sphinx-doc.org/)
14-
and can be found at the [readthedocs](https://IMAS-Python.readthedocs.io/en/latest/)
14+
and can be found at the [readthedocs](https://imas-python.readthedocs.io/en/latest/)
1515

1616
The documentation can be manually generated by installing sphinx and running:
1717

docs/source/ci_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ There is github workflow for IMAS-Python:
8080

8181
`Deploy IMAS-Python-doc <https://app.readthedocs.org/projects/IMAS-Python/>`_
8282
Deploy the documentation using `readthedocs
83-
<https://IMAS-Python.readthedocs.io/en/latest/>`_.
83+
<https://imas-python.readthedocs.io/en/latest/>`_.
8484

imas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
util,
2626
)
2727

28-
PUBLISHED_DOCUMENTATION_ROOT = "https://IMAS-Python.readthedocs.io/en/latest/"
28+
PUBLISHED_DOCUMENTATION_ROOT = "https://imas-python.readthedocs.io/en/latest/"
2929
"""URL to the published documentation."""
3030
OLDEST_SUPPORTED_VERSION = _V("3.22.0")
3131
"""Oldest Data Dictionary version that is supported by IMAS-Python."""

0 commit comments

Comments
 (0)