Skip to content

Commit 648ee37

Browse files
committed
fix(docs): update home URL from datajoint.com/docs to docs.datajoint.com
1 parent 24549a0 commit 648ee37

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
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/about/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,5 +1,5 @@
11
# Contribution Guidelines
22

33
This project follows the
4-
[DataJoint Contribution Guidelines](https://datajoint.com/docs/about/contribute/).
4+
[DataJoint Contribution Guidelines](https://docs.datajoint.com/about/contribute/).
55
Please reference the link for more full details.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tables that can be combined with other Elements to assemble a fully functional p
3434

3535
+ [Interactive tutorial on GitHub Codespaces](https://github.com/datajoint/element-deeplabcut#interactive-tutorial)
3636

37-
+ [Documentation](https://datajoint.com/docs/elements/element-deeplabcut)
37+
+ [Documentation](https://docs.datajoint.com/elements/element-deeplabcut/)
3838

3939
## Support
4040

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-deeplabcut
4+
site_url: https://docs.datajoint.com/elements/element-deeplabcut/
55
repo_url: https://github.com/datajoint/element-deeplabcut
66
repo_name: datajoint/element-deeplabcut
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@ documentation on each table, see the API docs for the respective schemas.
9696
| --- | --- |
9797
| Device | Camera metadata |
9898

99-
### `subject` schema ([API docs](https://datajoint.com/docs/elements/element-animal/api/element_animal/subject))
99+
### `subject` schema ([API docs](https://docs.datajoint.com/elements/element-animal/latest/api/element_animal/subject/))
100100

101101
- Although not required, most choose to connect the `Session` table to a `Subject` table.
102102

103103
| Table | Description |
104104
| --- | --- |
105105
| Subject | Basic information of the research subject |
106106

107-
### `session` schema ([API docs](https://datajoint.com/docs/elements/element-session/api/element_session/session_with_datetime))
107+
### `session` schema ([API docs](https://docs.datajoint.com/elements/element-session/latest/api/element_session/session_with_datetime/))
108108

109109
| Table | Description |
110110
| --- | --- |
@@ -121,7 +121,7 @@ documentation on each table, see the API docs for the respective schemas.
121121
| TrainingTask | A set of tasks specifying model training methods. |
122122
| ModelTraining | A record of training iterations launched by `TrainingTask`. |
123123

124-
### `model` schema ([API](../api/element_deeplabcut/model))
124+
### `model` schema ([API docs](../api/element_deeplabcut/model))
125125

126126
- Tables related to DeepLabCut models and pose estimation. The `model` schema can be
127127
used without the `train` schema.

docs/src/tutorials/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Installation of the Element requires an integrated development environment and database.
66
Instructions to setup each of the components can be found on the
7-
[User Instructions](https://datajoint.com/docs/elements/user-guide) page. These
7+
[User Instructions](https://docs.datajoint.com/elements/user-guide/) page. These
88
instructions use the example
99
[workflow for Element DeepLabCut](https://github.com/datajoint/workflow-deeplabcut),
1010
which can be modified for a user's specific experimental requirements. This example

0 commit comments

Comments
 (0)