We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb128f commit 639fa4eCopy full SHA for 639fa4e
docs/src/query/fetch.md
@@ -86,7 +86,7 @@ n = len(Session & 'session_date >= "2018-01-01"')
86
87
## Normalization in queries
88
89
-Query objects adhere to entity [entity normalization](../normalization). The result of a
+Query objects adhere to entity [entity normalization](../design/normalization). The result of a
90
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
+entities from each other. The query [operators](./operators) are designed to keep the
92
result normalized even in complex query expressions.
0 commit comments