Skip to content

Commit e2cf287

Browse files
authored
Merge pull request #44 from MilagrosMarin/main
fix(docs): update home URL from `datajoint.com/docs` to `docs.datajoint.com`
2 parents beb6acd + 6f580d5 commit e2cf287

File tree

6 files changed

+12
-21
lines changed

6 files changed

+12
-21
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,3 +1,3 @@
11
# Contribution Guidelines
22

3-
This project follows the [DataJoint Contribution Guidelines](https://docs.datajoint.org/python/community/02-Contribute.html). Please reference the link for more full details.
3+
This project follows the [DataJoint Contribution Guidelines](https://docs.datajoint.com/about/contribute/). Please reference the link for more full details.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
+ `element-event` can be flexibly attached to any DataJoint workflow.
1010

11-
+ See the [Element Event documentation](https://elements.datajoint.org/description/event/) for the background information and development timeline.
11+
+ See the [Element Event documentation](https://docs.datajoint.com/elements/element-event/) for the background information and development timeline.
1212

13-
+ For more information on the DataJoint Elements project, please visit https://elements.datajoint.org. This work is supported by the National Institutes of Health.
13+
+ For more information on the DataJoint Elements project, please visit <https://docs.datajoint.com/elements/>. This work is supported by the National Institutes of Health.
1414

1515
## Element architecture
1616

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-event
4+
site_url: https://docs.datajoint.com/elements/element-event/
55
repo_url: https://github.com/datajoint/element-event
66
repo_name: datajoint/element-event
77
nav:
Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,14 @@
11
{% set class = "md-nav md-nav--primary" %} {% if "navigation.tabs" in features
22
%} {% set class = class ~ " md-nav--lifted" %} {% endif %} {% if "toc.integrate"
33
in features %} {% set class = class ~ " md-nav--integrated" %} {% endif %}
4-
<nav
5-
class="{{ class }}"
6-
aria-label="{{ lang.t('nav.title') }}"
7-
data-md-level="0"
8-
>
4+
<nav class="{{ class }}" aria-label="{{ lang.t('nav.title') }}" data-md-level="0">
95
<label class="md-nav__title" for="__drawer">
10-
<a
11-
href="{{ config.extra.homepage | d(nav.homepage.url, true) | url }}"
12-
title="{{ config.site_name | e }}"
13-
class="md-nav__button md-logo"
14-
aria-label="{{ config.site_name }}"
15-
data-md-component="logo"
16-
>
6+
<a href="{{ config.extra.homepage | d(nav.homepage.url, true) | url }}" title="{{ config.site_name | e }}"
7+
class="md-nav__button md-logo" aria-label="{{ config.site_name }}" data-md-component="logo">
178
{% include "partials/logo.html" %}
189
</a>
1910
{#- Add DataJoint home link to navigation header, otherwise unchanged -#}
20-
<a href="https://datajoint.com/docs/elements/" title="DataJoint Elements">
11+
<a href="https://docs.datajoint.com/elements/" title="DataJoint Elements">
2112
⬅ Home
2213
</a>
2314
</label>
@@ -28,4 +19,4 @@
2819
{% for nav_item in nav %} {% set path = "__nav_" ~ loop.index %} {% set
2920
level = 1 %} {% include "partials/nav-item.html" %} {% endfor %}
3021
</ul>
31-
</nav>
22+
</nav>

docs/src/concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ Event connects to upstream Element Session.
9090

9191
![element-event diagram](https://raw.githubusercontent.com/datajoint/element-event/main/images/trial_event_diagram.svg)
9292

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

9595
Although not required, most choose to connect the `Session` table to a `Subject` table.
9696

9797
| Table | Description |
9898
| --- | --- |
9999
| Subject | Basic information of the research subject. |
100100

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

103103
| Table | Description |
104104
| --- | --- |

0 commit comments

Comments
 (0)