From 71a7b95081b810eb3c8e024e230f6e3b6ba34c25 Mon Sep 17 00:00:00 2001 From: Alex Ravenna Date: Tue, 26 Aug 2025 16:33:50 +0200 Subject: [PATCH] fix: link anchor --- .../docs/specification/v3_0/Authentication/api-keys.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/specification/v3_0/Authentication/api-keys.md b/src/content/docs/specification/v3_0/Authentication/api-keys.md index 4c601ec4..cc174ba7 100644 --- a/src/content/docs/specification/v3_0/Authentication/api-keys.md +++ b/src/content/docs/specification/v3_0/Authentication/api-keys.md @@ -64,7 +64,7 @@ paths: description: OK (successfully authenticated) ``` -Note that it is possible to support multiple authorization types in an API. See [Using Multiple Authentication Types](/docs/specification/authentication/#multiple). +Note that it is possible to support multiple authorization types in an API. See [Using Multiple Authentication Types](/docs/specification/authentication/#using-multiple-authentication-types). ### Multiple API Keys @@ -95,7 +95,7 @@ security: - appId: [] ``` -which means either key can be used (as in logical OR). For more examples, see [Using Multiple Authentication Types](/docs/specification/authentication/#multiple). +which means either key can be used (as in logical OR). For more examples, see [Using Multiple Authentication Types](/docs/specification/authentication/#using-multiple-authentication-types). ### 401 Response