Skip to content

Commit e7a1dfb

Browse files
committed
Fix link.
1 parent 083f91f commit e7a1dfb

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", "../../../build/html/index.html", True),
103+
("User Guide", "../../html/index.html", True),
104104
("Github", "https://github.com/Cytnx-dev/Cytnx", True)
105105
],
106106

0 commit comments

Comments
 (0)