Skip to content

Commit b04d6e7

Browse files
committed
fix(docs): update home URL from datajoint.com/docs to docs.datajoint.com
1 parent 638d597 commit b04d6e7

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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://docs.datajoint.org/python/community/02-Contribute.html
4+
url: https://docs.datajoint.com/about/contribute/
55
about: Please make sure to review the DataJoint Contribution Guidelines

README.md

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

88
Installation and usage instructions can be found at the
9-
[Element documentation](https://datajoint.com/docs/elements/element-lab).
9+
[Element documentation](https://docs.datajoint.com/elements/element-lab/).

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/element/element-lab
4+
site_url: https://docs.datajoint.com/elements/element-lab/
55
repo_url: https://github.com/datajoint/element-lab
66
repo_name: datajoint/element-lab
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>

docs/src/concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ the common motifs in the lab schemas. This Element works for diverse downstream
1111
pipelines and is always used in combination with other Elements for specific
1212
experiments. As such, it is validated jointly with the acquisition Elements such as
1313
[Extracellular Array
14-
Electrophysiology](https://datajoint.com/docs/elements/element-array-ephys) and [Calcium
15-
Imaging](https://datajoint.com/docs/elements/element-calcium-imaging).
14+
Electrophysiology](https://docs.datajoint.com/elements/element-array-ephys/) and [Calcium
15+
Imaging](https://docs.datajoint.com/elements/element-calcium-imaging/).
1616

1717
## Key Partnerships
1818

0 commit comments

Comments
 (0)