Skip to content

Commit 461af1d

Browse files
committed
fix: fix URL with DataJoint domain
1 parent 92b4169 commit 461af1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkdocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ---------------------- PROJECT SPECIFIC ---------------------------
22

33
site_name: DataJoint Documentation
4-
site_url: http://localhost/docs
4+
site_url: https://datajoint.com/docs
55
repo_name: datajoint/datajoint-docs
66
repo_url: https://github.com/datajoint/datajoint-docs
77
nav:
@@ -127,7 +127,7 @@ extra:
127127
- icon: fontawesome/brands/python
128128
link: https://pypi.org/user/datajointbot
129129
name: PyPI
130-
- icon: fontawesome/brands/stack-overflow
130+
TODO: - icon: fontawesome/brands/stack-overflow
131131
link: https://stackoverflow.com/questions/tagged/datajoint
132132
name: StackOverflow
133133
- icon: fontawesome/brands/youtube

0 commit comments

Comments
 (0)