Skip to content

Commit 7a0fe5a

Browse files
committed
fix(URL): remove core in docs.datajoint.com/core/datajoint-python
1 parent d95ba0e commit 7a0fe5a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ DataJoint (<https://datajoint.com>).
131131
pip install datajoint
132132
```
133133

134-
- [Documentation & Tutorials](https://docs.datajoint.com/core/datajoint-python/)
134+
- [Documentation & Tutorials](https://docs.datajoint.com/datajoint-python/)
135135

136136
- [Interactive Tutorials](https://github.com/datajoint/datajoint-tutorials) on GitHub Codespaces
137137

@@ -140,4 +140,4 @@ DataJoint (<https://datajoint.com>).
140140
- Contribute
141141
- [Contribution Guidelines](https://docs.datajoint.com/about/contribute/)
142142

143-
- [Developer Guide](https://docs.datajoint.com/core/datajoint-python/latest/develop/)
143+
- [Developer Guide](https://docs.datajoint.com/datajoint-python/latest/develop/)

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contribute to DataJoint Documentation
22

3-
This is the home for DataJoint software documentation as hosted at https://docs.datajoint.com/core/datajoint-python/latest/.
3+
This is the home for DataJoint software documentation as hosted at https://docs.datajoint.com/datajoint-python/latest/.
44

55
## VSCode Linter Extensions and Settings
66

docs/src/tutorials/dj-top.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"First you will need to [install](../../getting-started/#installation) and [connect](../../getting-started/#connection) to a DataJoint [data pipeline](https://docs.datajoint.com/core/datajoint-python/latest/concepts/data-pipelines/#what-is-a-data-pipeline).\n",
14+
"First you will need to [install](../../getting-started/#installation) and [connect](../../getting-started/#connection) to a DataJoint [data pipeline](https://docs.datajoint.com/datajoint-python/latest/concepts/data-pipelines/#what-is-a-data-pipeline).\n",
1515
"\n",
1616
"Now let's start by importing the `datajoint` client."
1717
]

docs/src/tutorials/json.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"id": "67cf93d2",
2828
"metadata": {},
2929
"source": [
30-
"First you will need to [install](../../getting-started/#installation) and [connect](../../getting-started/#connection) to a DataJoint [data pipeline](https://docs.datajoint.com/core/datajoint-python/latest/concepts/data-pipelines/#what-is-a-data-pipeline).\n",
30+
"First you will need to [install](../../getting-started/#installation) and [connect](../../getting-started/#connection) to a DataJoint [data pipeline](https://docs.datajoint.com/datajoint-python/latest/concepts/data-pipelines/#what-is-a-data-pipeline).\n",
3131
"\n",
3232
"Now let's start by importing the `datajoint` client."
3333
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ maintainers = [
3535
{name = "Dimitri Yatsenko", email = "[email protected]"},
3636
{name = "DataJoint Contributors", email = "[email protected]"},
3737
]
38-
# manually sync here: https://docs.datajoint.com/core/datajoint-python/latest/#welcome-to-datajoint-for-python
38+
# manually sync here: https://docs.datajoint.com/datajoint-python/latest/#welcome-to-datajoint-for-python
3939
description = "DataJoint for Python is a framework for scientific workflow management based on relational principles. DataJoint is built on the foundation of the relational data model and prescribes a consistent method for organizing, populating, computing, and querying data."
4040
readme = "README.md"
4141
license = {file = "LICENSE.txt"}

0 commit comments

Comments
 (0)