Skip to content

Commit eba1163

Browse files
committed
fix(docs): update home URL from datajoint.com/docs to docs.datajoint.com
1 parent ca12c44 commit eba1163

File tree

7 files changed

+10
-11
lines changed

7 files changed

+10
-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
@@ -29,7 +29,7 @@ environment and notebooks to overview the pipeline.
2929

3030
+ [Interactive tutorial on GitHub Codespaces](https://github.com/datajoint/element-electrode-localization#interactive-tutorial)
3131

32-
+ [Documentation](https://datajoint.com/docs/elements/element-electrode-localization)
32+
+ [Documentation](https://docs.datajoint.com/elements/element-electrode-localization/)
3333

3434
## Support
3535

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-electrode-localization
4+
site_url: https://docs.datajoint.com/elements/element-electrode-localization/
55
repo_url: https://github.com/datajoint/element-electrode-localization
66
repo_name: datajoint/element-electrode-localization
77
nav:

docs/src/.overrides/partials/nav.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77
{% endif %}
88
<nav class="{{ class }}" aria-label="{{ lang.t('nav.title') }}" data-md-level="0">
99
<label class="md-nav__title" for="__drawer">
10-
<a href="{{ config.extra.homepage | d(nav.homepage.url, true) | url }}"
11-
title="{{ config.site_name | e }}" class="md-nav__button md-logo"
12-
aria-label="{{ config.site_name }}" data-md-component="logo">
10+
<a href="{{ config.extra.homepage | d(nav.homepage.url, true) | url }}" title="{{ config.site_name | e }}"
11+
class="md-nav__button md-logo" aria-label="{{ config.site_name }}" data-md-component="logo">
1312
{% include "partials/logo.html" %}
1413
</a>
1514
{#-
1615
Add DataJoint home link to navigation header, otherwise unchanged
1716
-#}
18-
<a href="https://datajoint.com/docs/elements/" title="DataJoint Elements">
17+
<a href="https://docs.datajoint.com/elements/" title="DataJoint Elements">
1918
⬅ Home
2019
</a>
2120
</label>

docs/src/pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Element is separated into two schemas:
1414
codes.
1515

1616
+ `electrode_localization` pairs the above reference tables with Neuropixels electrode
17-
location data from the Element Array Ephys [probe schema](https://datajoint.com/docs/elements/element-array-ephys/0.2/concepts/#probe-schema-api-docs).
17+
location data from the Element Array Ephys [probe schema](https://docs.datajoint.com/elements/element-array-ephys/latest/concepts/#probe-schema-api-docs).
1818

1919
## `coordinate_framework` schema ([API docs](../api/element_electrode_localization/coordinate_framework))
2020

docs/src/tutorials/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
pip install element-electrode-localization
77
```
88

9-
+ See the [User Instructions page](https://datajoint.com/docs/elements/user-guide/) to
9+
+ See the [User Instructions page](https://docs.datajoint.com/elements/user-guide/) to
1010
install the integrated development environment and database.
1111

1212
+ These instructions use the example
@@ -19,7 +19,7 @@ experimental data and run data analysis.
1919
## Notebooks
2020

2121
The [Electrode Localization notebook](./08-electrode-localization.ipynb) is part of a
22-
larger [tutorial series](https://datajoint.com/docs/elements/element-array-ephys/latest/tutorials/)
22+
larger [tutorial series](https://docs.datajoint.com/elements/element-array-ephys/latest/tutorials/)
2323
on Element Array Ephys. To run this notebook, be sure to
2424
[download the data](https://datajoint.com/docs/elements/element-array-ephys/latest/tutorials/00-data-download-optional/)
2525
and [configure your settings](https://datajoint.com/docs/elements/element-array-ephys/latest/tutorials/01-configure/).

0 commit comments

Comments
 (0)