Skip to content

Commit fe83c05

Browse files
authored
Merge pull request #711 from tetov/url_fix
compas-dev.github.io updated to compas.dev
2 parents 25072e1 + 808709b commit fe83c05

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/citing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Citing
1313
@misc{compas-dev,
1414
title = {{COMPAS}: A framework for computational research in architecture and structures.},
1515
author = {Tom Van Mele and many others},
16-
note = {http://compas-dev.github.io/},
16+
note = {http://compas.dev},
1717
year = {2017-2019},
1818
doi = {10.5281/zenodo.2594510},
1919
url = {https://doi.org/10.5281/zenodo.2594510},

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def patched_parse(self):
252252

253253
intersphinx_mapping = {
254254
"python": ("https://docs.python.org/", None),
255-
"compas": ("https://compas-dev.github.io/compas", None),
255+
"compas": ("https://compas.dev/compas/latest/", None),
256256
}
257257

258258

docs/tutorial/geometry.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Geometry
88

99
This tutorial provides a quick tour of the functionality in :mod:`compas.geometry`.
1010
For a complete overview, visit the API Reference:
11-
https://compas-dev.github.io/main/api/compas.geometry.html
11+
https://compas.dev/compas/latest/api/compas.geometry.html
1212

1313

1414
Points and Vectors

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def read(*names, **kwargs):
2929
description='The COMPAS framework',
3030
long_description=long_description,
3131
long_description_content_type='text/markdown',
32-
url='http://compas-dev.github.io',
32+
url='http://compas.dev',
3333
author='Tom Van Mele',
3434
author_email='[email protected]',
3535
license='MIT',
@@ -52,7 +52,7 @@ def read(*names, **kwargs):
5252
],
5353
keywords=['architecture', 'engineering', 'fabrication', 'construction'],
5454
project_urls={
55-
"Documentation": "http://compas-dev.github.io",
55+
"Documentation": "http://compas.dev",
5656
"Forum": "https://forum.compas-framework.org/",
5757
"Repository": "https://github.com/compas-dev/compas",
5858
"Issues": "https://github.com/compas-dev/compas/issues",

0 commit comments

Comments
 (0)