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)
3535Data queries in DataJoint comprise two distinct steps:
3636
37371 .   Construct the ` query `  object to represent the required data using
38-     tables and [ operators] ( ../operators ) .
38+     tables and [ operators] ( ../query/ operators ) .
39392 .   Fetch the data from ` query `  into the workspace of the host language.
4040
4141Note that entities returned by ` fetch `  methods are not guaranteed to be sorted in any
@@ -75,4 +75,4 @@ schema = dj.Schema('my_database')
7575dj.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 ) .
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments