diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index b3d197d..7436854 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: DataJoint Contribution Guideline
- url: https://datajoint.com/docs/community/contribute/
+ url: https://docs.datajoint.com/about/contribute/
about: Please make sure to review the DataJoint Contribution Guidelines
\ No newline at end of file
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f07cecb..736a9f5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,3 +1,3 @@
# Contribution Guidelines
-This project follows the [DataJoint Contribution Guidelines](https://docs.datajoint.io/python/community/02-Contribute.html). Please reference the link for more full details.
\ No newline at end of file
+This project follows the [DataJoint Contribution Guidelines](https://docs.datajoint.com/about/contribute/). Please reference the link for more full details.
diff --git a/README.md b/README.md
index 075d18c..b4eb29d 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,6 @@ a modular pipeline for data storage and processing with corresponding database t
that can be combined with other Elements to assemble a fully functional pipeline.
Installation and usage instructions can be found at the
-[Element documentation](https://datajoint.com/docs/elements/element-session).
+[Element documentation](https://docs.datajoint.com/elements/element-session/).

diff --git a/docs/mkdocs.yaml b/docs/mkdocs.yaml
index 4a30a8f..41a853b 100644
--- a/docs/mkdocs.yaml
+++ b/docs/mkdocs.yaml
@@ -1,7 +1,7 @@
# ---------------------- PROJECT SPECIFIC ---------------------------
site_name: DataJoint Documentation
-site_url: http://localhost/docs/elements/element-session
+site_url: https://docs.datajoint.com/elements/element-session/
repo_url: https://github.com/datajoint/element-session
repo_name: datajoint/element-session
nav:
diff --git a/docs/src/.overrides/partials/nav.html b/docs/src/.overrides/partials/nav.html
index fea49d7..faac796 100644
--- a/docs/src/.overrides/partials/nav.html
+++ b/docs/src/.overrides/partials/nav.html
@@ -14,7 +14,7 @@
{#-
Add DataJoint home link to navigation header, otherwise unchanged
-#}
-
+
⬅ Home
@@ -30,4 +30,4 @@
{% include "partials/nav-item.html" %}
{% endfor %}
-
+
\ No newline at end of file