We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5fe34c commit bdca988Copy full SHA for bdca988
1 file changed
docs/src/manipulation/insert.md
@@ -35,7 +35,7 @@ full article [here](../reproduce/make-method.md)
35
Data queries in DataJoint comprise two distinct steps:
36
37
1. Construct the `query` object to represent the required data using
38
- tables and [operators](../operators).
+ tables and [operators](../query/operators).
39
2. Fetch the data from `query` into the workspace of the host language.
40
41
Note that entities returned by `fetch` methods are not guaranteed to be sorted in any
@@ -75,4 +75,4 @@ schema = dj.Schema('my_database')
75
dj.Diagram(schema).draw()
76
```
77
78
-For more information about diagrams, see [this article](../../getting-started/diagrams).
+For more information about diagrams, see [this article](../design/diagrams).
0 commit comments