Skip to content

Commit 3b3dc9c

Browse files
authored
Merge pull request #22 from MilagrosMarin/main
fix(docs): update home URL from `datajoint.com/docs` to `docs.datajoint.com`
2 parents 80d0ad0 + 812aa25 commit 3b3dc9c

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 details.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ also provides a tutorial environment and notebooks to learn the pipeline.
3232

3333
+ [Interactive tutorial on GitHub Codespaces](#interactive-tutorial)
3434

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

3737

3838
## Support

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@ more detailed documentation on each table, see the API docs for the respective s
1818

1919
### `lab` schema
2020

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

2323
| Table | Description |
2424
| --- | --- |
2525
| Device | Scanner metadata |
2626

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

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

3131
| Table | Description |
3232
| --- | --- |
3333
| Subject | Basic information of the research subject |
3434

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

3737
| Table | Description |
3838
| --- | --- |
3939
| Session | Unique experimental session identifier |
4040

41-
### `scan` schema ([API docs](https://datajoint.com/docs/elements/element-calcium-imaging/latest/api/element_calcium_imaging/scan))
41+
### `scan` schema ([API docs](https://docs.datajoint.com/elements/element-calcium-imaging/latest/api/element_calcium_imaging/scan/))
4242

4343
| Table | Description |
4444
| --- | --- |

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 Z-stack 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
## Example Export to BossDB
1717

0 commit comments

Comments
 (0)