Skip to content

Commit 639fa4e

Browse files
committed
Update paths
1 parent ddb128f commit 639fa4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/query/fetch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ n = len(Session & 'session_date >= "2018-01-01"')
8686

8787
## Normalization in queries
8888

89-
Query objects adhere to entity [entity normalization](../normalization). The result of a
89+
Query objects adhere to entity [entity normalization](../design/normalization). The result of a
9090
query will include the uniquely defining attributes jointly distinguish any two
91-
entities from each other. The query [operators](../operators) are designed to keep the
91+
entities from each other. The query [operators](./operators) are designed to keep the
9292
result normalized even in complex query expressions.

0 commit comments

Comments
 (0)