Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/citing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}


Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/geometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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",
Expand Down