Skip to content

Commit 3b38816

Browse files
authored
Merge pull request #1416 from compas-dev/issues_link
fixed link to issue tracker
2 parents 533483e + 6cdd88a commit 3b38816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def setup(app):
139139
"image_dark": "_static/compas_icon_white.png",
140140
"text": "COMPAS docs",
141141
},
142-
"announcement": "This is the documentation of the first stable release of COMPAS 2. If you have feedback, please give it here: <a href='https://compas.dev/compas/issues'>COMPAS issue tracker</a>.",
142+
"announcement": "This is the documentation of the first stable release of COMPAS 2. If you have feedback, please give it here: <a href='https://github.com/compas-dev/compas/issues'>COMPAS issue tracker</a>.",
143143
"navigation_depth": 2,
144144
}
145145

0 commit comments

Comments
 (0)