diff --git a/docs/citing.rst b/docs/citing.rst index 1168a9a86913..5a3149c93ebc 100644 --- a/docs/citing.rst +++ b/docs/citing.rst @@ -13,7 +13,7 @@ Citing @misc{compas-dev, title = {{COMPAS}: A framework for computational research in architecture and structures.}, author = {Tom Van Mele and many others}, - note = {http://compas-dev.github.io/}, + note = {http://compas.dev}, year = {2017-2019}, doi = {10.5281/zenodo.2594510}, url = {https://doi.org/10.5281/zenodo.2594510}, diff --git a/docs/conf.py b/docs/conf.py index b6d4b3fed810..250d1f5c087b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -252,7 +252,7 @@ def patched_parse(self): intersphinx_mapping = { "python": ("https://docs.python.org/", None), - "compas": ("https://compas-dev.github.io/compas", None), + "compas": ("https://compas.dev/compas/latest/", None), } diff --git a/docs/tutorial/geometry.rst b/docs/tutorial/geometry.rst index 1b1cf5d6ee8b..d8094dec6a74 100644 --- a/docs/tutorial/geometry.rst +++ b/docs/tutorial/geometry.rst @@ -8,7 +8,7 @@ Geometry This tutorial provides a quick tour of the functionality in :mod:`compas.geometry`. For a complete overview, visit the API Reference: -https://compas-dev.github.io/main/api/compas.geometry.html +https://compas.dev/compas/latest/api/compas.geometry.html Points and Vectors diff --git a/setup.py b/setup.py index aad22ecc2141..c62df059f0b7 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def read(*names, **kwargs): description='The COMPAS framework', long_description=long_description, long_description_content_type='text/markdown', - url='http://compas-dev.github.io', + url='http://compas.dev', author='Tom Van Mele', author_email='van.mele@arch.ethz.ch', license='MIT', @@ -52,7 +52,7 @@ def read(*names, **kwargs): ], keywords=['architecture', 'engineering', 'fabrication', 'construction'], project_urls={ - "Documentation": "http://compas-dev.github.io", + "Documentation": "http://compas.dev", "Forum": "https://forum.compas-framework.org/", "Repository": "https://github.com/compas-dev/compas", "Issues": "https://github.com/compas-dev/compas/issues",