diff --git a/README.md b/README.md index d66a8c6a9a1f0f1c43fca23bc86f073ef51a37d2..2905ff1c954888655ffb739fac8b0a280e20d2c3 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,5 @@ pytest --pyargs ewoksdask.tests ## Documentation -https://workflow.gitlab-pages.esrf.fr/ewoks/ewoksdask/ +https://ewoksdask.readthedocs.io/ diff --git a/setup.cfg b/setup.cfg index 536522832199f6c825d19292f9104407df0fcc7b..2b318ec29d59eb485ef7af5d61576fc29a01d755 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,11 +7,11 @@ description = Dask binding for Ewoks long_description = file: README.md long_description_content_type = text/markdown license = MIT -url = https://gitlab.esrf.fr/workflow/ewoks/ewoksdask +url = https://gitlab.esrf.fr/workflow/ewoks/ewoksdask/ project_urls = - Source = https://gitlab.esrf.fr/workflow/ewoks/ewoksdask - Documentation = https://workflow.gitlab-pages.esrf.fr/ewoks/ewoksdask - Tracker = https://gitlab.esrf.fr/workflow/ewoks/ewoksdask/issues + Source = https://gitlab.esrf.fr/workflow/ewoks/ewoksdask/ + Documentation = https://ewoksdask.readthedocs.io/ + Tracker = https://gitlab.esrf.fr/workflow/ewoks/ewoksdask/issues/ classifiers = Intended Audience :: Science/Research License :: OSI Approved :: MIT License