From b04d6e761f6d1b9f46526cd2883e53344130793f Mon Sep 17 00:00:00 2001 From: MilagrosMarin Date: Tue, 20 May 2025 02:16:01 +0100 Subject: [PATCH 1/2] fix(docs): update home URL from `datajoint.com/docs` to `docs.datajoint.com` --- .github/ISSUE_TEMPLATE/config.yml | 2 +- README.md | 2 +- docs/mkdocs.yaml | 2 +- docs/src/.overrides/partials/nav.html | 4 ++-- docs/src/concepts.md | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d31fbac..7436854 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 58c5eab..e682ef4 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/docs/mkdocs.yaml b/docs/mkdocs.yaml index 32407d5..10adefd 100644 --- a/docs/mkdocs.yaml +++ b/docs/mkdocs.yaml @@ -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: diff --git a/docs/src/.overrides/partials/nav.html b/docs/src/.overrides/partials/nav.html index fea49d7..faac796 100644 --- a/docs/src/.overrides/partials/nav.html +++ b/docs/src/.overrides/partials/nav.html @@ -14,7 +14,7 @@ {#- Add DataJoint home link to navigation header, otherwise unchanged -#} - + ⬅ Home @@ -30,4 +30,4 @@ {% include "partials/nav-item.html" %} {% endfor %} - + \ No newline at end of file diff --git a/docs/src/concepts.md b/docs/src/concepts.md index 9cf882e..deafc41 100644 --- a/docs/src/concepts.md +++ b/docs/src/concepts.md @@ -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 From 0fb78966e4030d3947f623771b32c6b04beed3c4 Mon Sep 17 00:00:00 2001 From: MilagrosMarin Date: Tue, 20 May 2025 02:17:22 +0100 Subject: [PATCH 2/2] add fix in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e04d170..61a342d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.