Skip to content

Commit bdca988

Browse files
committed
Update paths
1 parent c5fe34c commit bdca988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/manipulation/insert.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ full article [here](../reproduce/make-method.md)
3535
Data queries in DataJoint comprise two distinct steps:
3636

3737
1. Construct the `query` object to represent the required data using
38-
tables and [operators](../operators).
38+
tables and [operators](../query/operators).
3939
2. Fetch the data from `query` into the workspace of the host language.
4040

4141
Note that entities returned by `fetch` methods are not guaranteed to be sorted in any
@@ -75,4 +75,4 @@ schema = dj.Schema('my_database')
7575
dj.Diagram(schema).draw()
7676
```
7777

78-
For more information about diagrams, see [this article](../../getting-started/diagrams).
78+
For more information about diagrams, see [this article](../design/diagrams).

0 commit comments

Comments
 (0)