File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ full article [here](../reproduce/make-method.md)
35
35
Data queries in DataJoint comprise two distinct steps:
36
36
37
37
1 . Construct the ` query ` object to represent the required data using
38
- tables and [ operators] ( ../operators ) .
38
+ tables and [ operators] ( ../query/ operators ) .
39
39
2 . Fetch the data from ` query ` into the workspace of the host language.
40
40
41
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
75
dj.Diagram(schema).draw()
76
76
```
77
77
78
- For more information about diagrams, see [ this article] ( ../../getting-started /diagrams ) .
78
+ For more information about diagrams, see [ this article] ( ../design /diagrams ) .
You can’t perform that action at this time.
0 commit comments