Skip to content

Commit 083f91f

Browse files
committed
Fix link to local files.
1 parent d66c250 commit 083f91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api_docs/home_source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
# True indicates an external link.
101101
# False indicates path of pages in the document.
102102
'navbar_links' : [
103-
("User Guide", "https://cytnx-dev.github.io/Cytnx_doc", True),
103+
("User Guide", "../../../build/html/index.html", True),
104104
("Github", "https://github.com/Cytnx-dev/Cytnx", True)
105105
],
106106

0 commit comments

Comments
 (0)