Skip to content

Commit fc2ab1f

Browse files
committed
fix(docs): update home URL from datajoint.com/docs to docs.datajoint.com
1 parent 8d35231 commit fc2ab1f

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
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

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DataJoint Elements collectively standardize and automate data collection and ana
1212

1313
![pipeline](https://raw.githubusercontent.com/datajoint/element-facemap/main/images/pipeline_facemap_inference.svg)
1414

15-
+ We have designed two variations of the pipeline for different use cases. Displayed above is the pipeline for the `facemap_inference` schema. Details on the pipeline for `facial_behavior_estimation` can be found in the [Data Pipeline](https://datajoint.com/docs/elements/element-facemap/latest/pipeline/)
15+
+ We have designed two variations of the pipeline for different use cases. Displayed above is the pipeline for the `facemap_inference` schema. Details on the pipeline for `facial_behavior_estimation` can be found in the [Data Pipeline](https://docs.datajoint.com/elements/element-facemap/latest/pipeline/)
1616

1717
## Getting Started
1818

@@ -32,7 +32,7 @@ DataJoint Elements collectively standardize and automate data collection and ana
3232

3333
+ [Interactive tutorial on GitHub Codespaces](https://github.com/datajoint/element-facemap#interactive-tutorial)
3434

35-
+ [Documentation](https://datajoint.com/docs/elements/element-facemap)
35+
+ [Documentation](https://docs.datajoint.com/elements/element-facemap/)
3636

3737
## Support
3838

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

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

Lines changed: 1 addition & 1 deletion
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>

docs/src/pipeline.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The element is composed of two main schemas, `facial_behavior_estimation` and `f
2525

2626
### `lab` schema
2727

28-
- For further details see the [lab schema API docs](https://datajoint.com/docs/elements/element-lab/latest/api/element_lab/lab/)
28+
- For further details see the [lab schema API docs](https://docs.datajoint.com/elements/element-lab/latest/api/element_lab/lab/)
2929

3030
| Table | Description |
3131
| --- | --- |
@@ -36,23 +36,23 @@ The element is composed of two main schemas, `facial_behavior_estimation` and `f
3636
- Although not required, most choose to connect the `Session` table to a `Subject`
3737
table.
3838

39-
- For further details see the [subject schema API docs](https://datajoint.com/docs/elements/element-animal/latest/api/element_animal/subject/)
39+
- For further details see the [subject schema API docs](https://docs.datajoint.com/elements/element-animal/latest/api/element_animal/subject/)
4040

4141
| Table | Description |
4242
| --- | --- |
4343
| Subject | Basic information of the research subject. |
4444

4545
### `session` schema
4646

47-
- For further details see the [session schema API docs](https://datajoint.com/docs/elements/element-session/latest/api/element_session/session_with_datetime/)
47+
- For further details see the [session schema API docs](https://docs.datajoint.com/elements/element-session/latest/api/element_session/session_with_datetime/)
4848

4949
| Table | Description |
5050
| --- | --- |
5151
| Session | Unique experimental session identifier. |
5252

5353
### `facial_behavior_estimation` schema
5454

55-
- For further details see the [facial_behavior_estimation schema API docs](https://datajoint.com/docs/elements/element-facemap/latest/api/element_facemap/facial_behavior_estimation/)
55+
- For further details see the [facial_behavior_estimation schema API docs](https://docs.datajoint.com/elements/element-facemap/latest/api/element_facemap/facial_behavior_estimation/)
5656

5757
| Table | Description |
5858
| --- | --- |
@@ -68,7 +68,7 @@ The element is composed of two main schemas, `facial_behavior_estimation` and `f
6868

6969
### `facemap_inference` schema
7070

71-
- For further details see the [facemap_inference schema API docs](https://datajoint.com/docs/elements/element-facemap/latest/api/element_facemap/facemap_inference/)
71+
- For further details see the [facemap_inference schema API docs](https://docs.datajoint.com/elements/element-facemap/latest/api/element_facemap/facemap_inference/)
7272

7373
| Table | Description |
7474
| --- | --- |

docs/src/tutorials/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
+ The Element Facemap described above can be modified for a user's specific experimental requirements and thereby used in active projects.
1111

1212
+ The GitHub Codespace and Dev Container is configured for tutorials and prototyping.
13-
We recommend users to configure a database specifically for production pipelines. Instructions for a local installation of the integrated development environment with a database can be found on the [User Guide](https://datajoint.com/docs/elements/user-guide/) page.
13+
We recommend users to configure a database specifically for production pipelines. Instructions for a local installation of the integrated development environment with a database can be found on the [User Guide](https://docs.datajoint.com/elements/user-guide/) page.
1414

0 commit comments

Comments
 (0)