Skip to content

Commit 76b6805

Browse files
authored
Merge pull request #202 from MilagrosMarin/main
fix(docs): update home URL from `datajoint.com/docs` to `docs.datajoint.com`
2 parents d4ec293 + 758f0a8 commit 76b6805

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
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,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
@@ -48,7 +48,7 @@ environment and notebooks to learn the pipeline.
4848

4949
+ [Interactive tutorial on GitHub Codespaces](#interactive-tutorial)
5050

51-
+ [Documentation](https://datajoint.com/docs/elements/element-calcium-imaging)
51+
+ [Documentation](https://docs.datajoint.com/elements/element-calcium-imaging/)
5252

5353
## Support
5454

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-calcium-imaging
4+
site_url: https://docs.datajoint.com/elements/element-calcium-imaging/
55
repo_url: https://github.com/datajoint/element-calcium-imaging
66
repo_name: datajoint/element-calcium-imaging
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
@@ -27,7 +27,7 @@ The Element is composed of two main schemas, `scan` and `imaging`.
2727

2828
### `lab` schema
2929

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

3232
| Table | Description |
3333
| --- | --- |
@@ -37,23 +37,23 @@ The Element is composed of two main schemas, `scan` and `imaging`.
3737

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

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

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

4646
### `session` schema
4747

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

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

5454
### `scan` schema
5555

56-
- For further details see the [scan schema API docs](https://datajoint.com/docs/elements/element-calcium-imaging/latest/api/element_calcium_imaging/scan/)
56+
- For further details see the [scan schema API docs](https://docs.datajoint.com/elements/element-calcium-imaging/latest/api/element_calcium_imaging/scan/)
5757

5858
| Table | Description |
5959
| --- | --- |
@@ -69,7 +69,7 @@ The Element is composed of two main schemas, `scan` and `imaging`.
6969

7070
### `imaging` schema
7171

72-
- For further details see the [imaging schema API docs](https://datajoint.com/docs/elements/element-calcium-imaging/latest/api/element_calcium_imaging/imaging/)
72+
- For further details see the [imaging schema API docs](https://docs.datajoint.com/elements/element-calcium-imaging/latest/api/element_calcium_imaging/imaging/)
7373

7474
| Table | Description |
7575
| --- | --- |

docs/src/tutorials/index.md

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

1313
+ The GitHub Codespace and Dev Container is configured for tutorials and prototyping.
14-
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.
14+
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.
1515

1616
## Videos
1717

0 commit comments

Comments
 (0)