Skip to content

Commit 28959af

Browse files
committed
fix: update home URL from datajoint.com/docs to docs.datajoint.com
1 parent 9102a33 commit 28959af

File tree

6 files changed

+9
-18
lines changed

6 files changed

+9
-18
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/community/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
@@ -8,7 +8,7 @@ for neuroscience experiments. Each Element is a modular pipeline for data storag
88
processing with corresponding database tables that can be combined with other Elements
99
to assemble a fully functional pipeline.
1010

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

1313
![Subect schema diagram](https://raw.githubusercontent.com/datajoint/element-animal/main/images/subject_diagram.svg)
1414

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-animal
4+
site_url: https://docs.datajoint.com/elements/element-animal
55
repo_url: https://github.com/datajoint/element-animal
66
repo_name: datajoint/element-animal
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 & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ There are three modules in `element-animal`:
6060

6161
![Injection schema diagram](https://raw.githubusercontent.com/datajoint/element-animal/main/images/injection_diagram.svg)
6262

63-
## `subject` schema ([API docs](https://datajoint.com/docs/elements/element-animal/api/element_animal/subject))
63+
## `subject` schema ([API docs](https://docs.datajoint.com/elements/element-animal/0.1/api/element_animal/subject/))
6464

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

@@ -74,7 +74,7 @@ There are three modules in `element-animal`:
7474
| SubjectCull | Subject culling information |
7575
| Zygosity | Information about zygosity of a subject |
7676

77-
### `genotyping` schema ([API docs](https://datajoint.com/docs/elements/element-animal/api/element_animal/genotyping))
77+
### `genotyping` schema ([API docs](https://docs.datajoint.com/elements/element-animal/0.1/api/element_animal/genotyping/))
7878

7979
| Table | Description |
8080
| -------------- | ------------------------------------------------------------------- |
@@ -88,7 +88,7 @@ There are three modules in `element-animal`:
8888
| SubjectCaging | Information about subject and its cage. |
8989
| GenotypeTest | Information about genotype test |
9090

91-
### `surgery` schema ([API docs](https://datajoint.com/docs/elements/element-animal/api/element_animal/surgery))
91+
### `surgery` schema ([API docs](https://docs.datajoint.com/elements/element-animal/0.1/api/element_animal/surgery/))
9292

9393
| Table | Description |
9494
| ------------------- | -------------------------------------------------------------- |
@@ -97,12 +97,3 @@ There are three modules in `element-animal`:
9797
| Hemisphere | Brain region hemisphere |
9898
| ImplantationType | Type of implantation |
9999
| Implantation | Implantation of a device |
100-
101-
### `injection` schema ([API docs](https://datajoint.com/docs/elements/element-animal/api/element_animal/injection))
102-
103-
| Table | Description |
104-
| ------------------- | -------------------------------------------------------------- |
105-
| VirusSerotype | Virus serotype |
106-
| InjectionProtocol | Injection device protocol |
107-
| VirusName | Full virus name |
108-
| Injection | Information about the virus injection |

0 commit comments

Comments
 (0)