diff --git a/src/routes/docs/products/databases/collections/+page.markdoc b/src/routes/docs/products/databases/collections/+page.markdoc index e6c6ba9593..33f30b0c3c 100644 --- a/src/routes/docs/products/databases/collections/+page.markdoc +++ b/src/routes/docs/products/databases/collections/+page.markdoc @@ -279,7 +279,7 @@ You can choose between the following types. | `ip` | IP address attribute for IPv4 and IPv6. | | `email` | Email address attribute. | | `url` | URL attribute. | -| `relationship` | Relationship attribute relates one collection to another. [Learn more about relationships.](/docs/products/databases) | +| `relationship` | Relationship attribute relates one collection to another. [Learn more about relationships.](/docs/products/databases/relationships) | If an attribute must be populated in all documents, set it as `required`. If not, you may optionally set a default value. @@ -303,4 +303,4 @@ The following indexes are currently supported: | `unique` | Unique Index to disallow duplicates. | | `fulltext` | For searching within string attributes. Required for the [search query method](/docs/products/databases/queries#query-class). | -You can create an index by navigating to your collection's **Indexes** tab or by using your favorite [Server SDK](/docs/sdks#server). \ No newline at end of file +You can create an index by navigating to your collection's **Indexes** tab or by using your favorite [Server SDK](/docs/sdks#server).