Skip to content

Commit c75d066

Browse files
authored
fix: broken links (#265)
1 parent f42f680 commit c75d066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434

3535
html_theme_options = {
36-
"github_url": "https://github.com/ansys",
36+
"github_url": "https://github.com/ansys/pyansys",
3737
"show_prev_next": False,
3838
"show_breadcrumbs": True,
3939
# "collapse_navigation": True,
@@ -46,7 +46,7 @@
4646
# },
4747
{
4848
"name": "Contribute",
49-
"url": "https://dev.docs.pyansys.com/dev/how-to/contributing.html",
49+
"url": "https://dev.docs.pyansys.com/how-to/contributing.html",
5050
"icon": "fa fa-wrench",
5151
},
5252
],

0 commit comments

Comments
 (0)