From 331ec4e3cefa730cc28c81c0372ced973851e411 Mon Sep 17 00:00:00 2001 From: Omar Kohl Date: Fri, 3 Feb 2023 13:11:45 +0100 Subject: [PATCH] doc/md: fix broken privacy.md links (#3296) privacy.md was renamed to privacy.mdx in commit f226627d6700. When trying to click on one of the 'privacy' links on the features page you get the following error: AccessDenied Access Denied 15DQ15S3VAEQA8PW HxNShnveIK1dyPbqjFK/v7/x/VqKyysl4XWBPiEr75PgLkjl0CZjWN0PRzQcFMI0uZWPOpHS49Q= --- doc/md/features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/md/features.md b/doc/md/features.md index 5a8cdc114..908745e76 100644 --- a/doc/md/features.md +++ b/doc/md/features.md @@ -64,14 +64,14 @@ This option can be added to a project using the `--feature schema/snapshot` flag The privacy layer allows configuring privacy policy for queries and mutations of entities in the database. This option can be added to a project using the `--feature privacy` flag, and you can learn more about in the -[privacy](privacy.md) documentation. +[privacy](privacy.mdx) documentation. ### EntQL Filtering The `entql` option provides a generic and dynamic filtering capability at runtime for the different query builders. This option can be added to a project using the `--feature entql` flag, and you can learn more about in the -[privacy](privacy.md#multi-tenancy) documentation. +[privacy](privacy.mdx#multi-tenancy) documentation. ### Named Edges