From 1af5a4775e4f77e0757b739ee0081fd962ac6901 Mon Sep 17 00:00:00 2001 From: PascalSenn Date: Mon, 19 Feb 2024 23:34:43 +0100 Subject: [PATCH] Fixed website build (#6924) --- .../src/docs/hotchocolate/v13/performance/persisted-queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/docs/hotchocolate/v13/performance/persisted-queries.md b/website/src/docs/hotchocolate/v13/performance/persisted-queries.md index 38c099510ca..046b3cf1da2 100644 --- a/website/src/docs/hotchocolate/v13/performance/persisted-queries.md +++ b/website/src/docs/hotchocolate/v13/performance/persisted-queries.md @@ -60,7 +60,7 @@ that these queries are validated against the current schema on publish, preventi due to schema-query mismatches. Additionally, it supports versioning of your clients, allowing seamless updates and maintenance without disrupting existing operations -Check out the [client registry documentation](/docs/bananacakepop/v2/apis/client-registry.md) for +Check out the [client registry documentation](/docs/bananacakepop/v2/apis/client-registry) for more information. # Other Storage mechanisms