Skip to content

Commit 1d32cb7

Browse files
committed
Updated DataLab's URLs
1 parent acea100 commit 1d32cb7

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## DataLab Simple Client
22

3-
![DataLab](https://raw.githubusercontent.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/main/doc/images/DataLab-banner.png)
3+
![DataLab](https://raw.githubusercontent.com/DataLab-Platform/DataLabSimpleClient/main/doc/images/DataLab-banner.png)
44

55
[![license](https://img.shields.io/pypi/l/cdlclient.svg)](./LICENSE)
66
[![pypi version](https://img.shields.io/pypi/v/cdlclient.svg)](https://pypi.org/project/cdlclient/)
7-
[![PyPI status](https://img.shields.io/pypi/status/cdlclient.svg)](https://github.com/Codra-Ingenierie-Informatique/DataLabSimpleClient)
7+
[![PyPI status](https://img.shields.io/pypi/status/cdlclient.svg)](https://github.com/DataLab-Platform/DataLabSimpleClient)
88
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/cdlclient.svg)](https://pypi.python.org/pypi/cdlclient/)
99

1010
ℹ️ Created by [Codra](https://codra.net/)/[Pierre Raybaut](https://github.com/PierreRaybaut) in 2023, developed and maintained by DataLab open-source project team.
@@ -25,7 +25,7 @@ libraries (such as NumPy, SciPy or scikit-image) and Qt graphical user interface
2525

2626
DataLab is available as a **stand-alone** application (see for example our all-in-one Windows installer) or as an **addon to your Python-Qt application** thanks to advanced automation and embedding features.
2727

28-
See [DataLab website](https://codra-ingenierie-informatique.github.io/DataLab/) for more details.
28+
See [DataLab website](https://datalab-platform.com/) for more details.
2929

3030
## About this package
3131

@@ -40,8 +40,8 @@ DataLab Simple Client also provides ready-to-use widgets that can be used to com
4040

4141
`ConnectionDialog` | `GetObjectDialog`
4242
:-------------------------:|:-------------------------:
43-
![ConnectionDialog](https://raw.githubusercontent.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/main/doc/images/shots/connect_dialog.png) | ![GetObjectDialog](https://raw.githubusercontent.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/main/doc/images/shots/get_object_dialog.png)
43+
![ConnectionDialog](https://raw.githubusercontent.com/DataLab-Platform/DataLabSimpleClient/main/doc/images/shots/connect_dialog.png) | ![GetObjectDialog](https://raw.githubusercontent.com/DataLab-Platform/DataLabSimpleClient/main/doc/images/shots/get_object_dialog.png)
4444

4545
See [documentation](https://cdlclient.readthedocs.io/en/latest/) for more details on
46-
the library and [changelog](https://github.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/blob/main/CHANGELOG.md)
46+
the library and [changelog](https://github.com/DataLab-Platform/DataLabSimpleClient/blob/main/CHANGELOG.md)
4747
for recent history of changes.

cdlclient/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
DataLab Simple Client (`cdlclient`) is a Python library providing a proxy to `DataLab`_
1111
application through XML-RPC protocol.
1212
13-
.. _DataLab: https://codra-ingenierie-informatique.github.io/DataLab/
13+
.. _DataLab: https://datalab-platform.com/
1414
"""
1515

1616
# pylint: disable=unused-import
@@ -20,4 +20,4 @@
2020
__version__ = "0.9.0"
2121
__required_server_version__ = "0.13.0"
2222
__docurl__ = "https://cdlclient.readthedocs.io/en/latest/"
23-
__homeurl__ = "https://github.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/"
23+
__homeurl__ = "https://github.com/DataLab-Platform/DataLabSimpleClient/"

doc/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ External resources:
5050
.. _PlotPy: https://pypi.python.org/pypi/PlotPy
5151
.. _QtPy: https://pypi.python.org/pypi/QtPy
5252
.. _PyPI: https://pypi.python.org/pypi/cdlclient
53-
.. _Home: https://github.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/
54-
.. _Website: https://codra-ingenierie-informatique.github.io/DataLab/
53+
.. _Home: https://github.com/DataLab-Platform/DataLabSimpleClient/
54+
.. _Website: https://datalab-platform.com/
5555
.. _Codra: https://codra.net/
56-
.. _BSD 3-Clause: https://github.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/blob/master/LICENSE
56+
.. _BSD 3-Clause: https://github.com/DataLab-Platform/DataLabSimpleClient/blob/master/LICENSE
5757
.. _Pierre Raybaut: https://github.com/PierreRaybaut/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = ["NumPy >= 1.21", "guidata >= 3.1"]
3131
dynamic = ["version"]
3232

3333
[project.urls]
34-
Homepage = "https://github.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/"
34+
Homepage = "https://github.com/DataLab-Platform/DataLabSimpleClient/"
3535
Documentation = "https://cdlclient.readthedocs.io/en/latest/"
3636

3737
[project.gui-scripts]

0 commit comments

Comments
 (0)