Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: DataJoint Contribution Guideline
url: https://docs.datajoint.org/python/community/02-Contribute.html
url: https://docs.datajoint.com/about/contribute/
about: Please make sure to review the DataJoint Contribution Guidelines
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Contribution Guidelines

This project follows the
[DataJoint Contribution Guidelines](https://datajoint.com/docs/community/contribute/).
[DataJoint Contribution Guidelines](https://docs.datajoint.com/about/contribute/).
Please reference the link for more full details.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ modular pipeline for data storage and processing with corresponding database tab
can be combined with other Elements to assemble a fully functional pipeline.

Installation and usage instructions can be found at the
[Element documentation](https://datajoint.com/docs/elements/element-lab).
[Element documentation](https://docs.datajoint.com/elements/element-lab/).
2 changes: 1 addition & 1 deletion docs/mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--- # ---------------------- PROJECT SPECIFIC ---------------------------

site_name: DataJoint Documentation
site_url: http://localhost/docs/element/element-lab
site_url: https://docs.datajoint.com/elements/element-lab/
repo_url: https://github.com/datajoint/element-lab
repo_name: datajoint/element-lab
nav:
Expand Down
4 changes: 2 additions & 2 deletions docs/src/.overrides/partials/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{#-
Add DataJoint home link to navigation header, otherwise unchanged
-#}
<a href="https://datajoint.com/docs/elements/" title="DataJoint Elements">
<a href="https://docs.datajoint.com/elements/" title="DataJoint Elements">
⬅ Home
</a>
</label>
Expand All @@ -30,4 +30,4 @@
{% include "partials/nav-item.html" %}
{% endfor %}
</ul>
</nav>
</nav>
4 changes: 2 additions & 2 deletions docs/src/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ the common motifs in the lab schemas. This Element works for diverse downstream
pipelines and is always used in combination with other Elements for specific
experiments. As such, it is validated jointly with the acquisition Elements such as
[Extracellular Array
Electrophysiology](https://datajoint.com/docs/elements/element-array-ephys) and [Calcium
Imaging](https://datajoint.com/docs/elements/element-calcium-imaging).
Electrophysiology](https://docs.datajoint.com/elements/element-array-ephys/) and [Calcium
Imaging](https://docs.datajoint.com/elements/element-calcium-imaging/).

## Key Partnerships

Expand Down