Skip to content

Commit 874f213

Browse files
committed
Fixed doc links
1 parent 18fc405 commit 874f213

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ Copyrights and licensing:
4040

4141
### Dependencies and other installation methods
4242

43-
See [Installation](https://datalab_client.readthedocs.io/en/latest/intro/installation.html)
43+
See [Installation](https://cdl_client.readthedocs.io/en/latest/installation.html)
4444
section in the documentation for more details.

cdl_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from cdl_client.remote import CDLConnectionError, RemoteClient
1818

1919
__version__ = "0.1.0"
20-
__docurl__ = "https://datalab_client.readthedocs.io/en/latest/"
20+
__docurl__ = "https://cdl_client.readthedocs.io/en/latest/"
2121
__homeurl__ = "https://codra-ingenierie-informatique.github.io/datalab_client/"
2222
__supporturl__ = (
2323
"https://github.com/Codra-Ingenierie-Informatique/datalab_client/issues/new/choose"

0 commit comments

Comments
 (0)