Skip to content

Commit 60c3db8

Browse files
committed
fix(docs): update home URL from datajoint.com/docs to docs.datajoint.com
1 parent fcfa1a5 commit 60c3db8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: DataJoint Contribution Guideline
4-
url: https://datajoint.com/docs/community/contribute/
4+
url: https://docs.datajoint.com/about/contribute/
55
about: Please make sure to review the DataJoint Contribution Guidelines

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Contribution Guidelines
22

3-
This project follows the [DataJoint Contribution Guidelines](https://docs.datajoint.io/python/community/02-Contribute.html). Please reference the link for more full details.
3+
This project follows the [DataJoint Contribution Guidelines](https://docs.datajoint.com/about/contribute/). Please reference the link for more full details.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ a modular pipeline for data storage and processing with corresponding database t
88
that can be combined with other Elements to assemble a fully functional pipeline.
99

1010
Installation and usage instructions can be found at the
11-
[Element documentation](https://datajoint.com/docs/elements/element-session).
11+
[Element documentation](https://docs.datajoint.com/elements/element-session/).
1212

1313
![element-session diagram](https://raw.githubusercontent.com/datajoint/element-session/main/images/session_diagram.svg)

docs/mkdocs.yaml

Lines changed: 1 addition & 1 deletion
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/elements/element-session
4+
site_url: https://docs.datajoint.com/elements/element-session/
55
repo_url: https://github.com/datajoint/element-session
66
repo_name: datajoint/element-session
77
nav:

docs/src/.overrides/partials/nav.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{#-
1515
Add DataJoint home link to navigation header, otherwise unchanged
1616
-#}
17-
<a href="https://datajoint.com/docs/elements/" title="DataJoint Elements">
17+
<a href="https://docs.datajoint.com/elements/" title="DataJoint Elements">
1818
⬅ Home
1919
</a>
2020
</label>
@@ -30,4 +30,4 @@
3030
{% include "partials/nav-item.html" %}
3131
{% endfor %}
3232
</ul>
33-
</nav>
33+
</nav>

0 commit comments

Comments
 (0)