Skip to content

Commit 5db1214

Browse files
committed
Fix links
1 parent ec78fe9 commit 5db1214

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/src/design/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ database and will raise errors when accessing missing tables.
4444

4545
## Working with existing data
4646

47-
See the chapter [existing](../existing-pipelines.md) for how to work with data in
47+
See the chapter [recall](recall.md) for how to work with data in
4848
existing pipelines, including accessing a pipeline from one language when the pipeline
4949
was developed using another.

docs/src/design/tables/filepath.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ tables to reference data which lives outside of the DataJoint
1212
pipeline.
1313

1414
To define a table using the `filepath` datatype, an existing DataJoint
15-
[store](../../sysadmin/filestore.md) should be created and then referenced in the new
16-
table definition. For example, given a simple store:
15+
[store](../../sysadmin/external-store.md) should be created and then referenced in the
16+
new table definition. For example, given a simple store:
1717

1818
```json
1919
dj.config['stores'] = {

docs/src/query/fetch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Data queries in DataJoint comprise two distinct steps:
44

55
1. Construct the `query` object to represent the required data using tables and
6-
[operators](operators.m`).
6+
[operators](operators.md).
77
2. Fetch the data from `query` into the workspace of the host language -- described in
88
this section.
99

docs/src/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ This can be done for an entire schema:
189189
dj.Diagram(schema)
190190
```
191191

192-
![pipeline](../images/shapes_pipeline.svg)
192+
![pipeline](./images/shapes_pipeline.svg)
193193

194194
Or for individual or sets of tables:
195195
```python

0 commit comments

Comments
 (0)