From 091834ee480c8b3c1e7a82ef8305ccee64bda863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Fabr=C3=ADcio=20De=20Llamas?= <80655200+dellamas@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:39:27 -0300 Subject: [PATCH] Fix security link. (#1007) * Fix security link. * Update docs/modules/ROOT/pages/includes/authentication-support.adoc Co-authored-by: Helber Belmiro --------- Co-authored-by: Helber Belmiro --- docs/modules/ROOT/pages/includes/authentication-support.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/includes/authentication-support.adoc b/docs/modules/ROOT/pages/includes/authentication-support.adoc index 4fa038e08..be9d0c519 100644 --- a/docs/modules/ROOT/pages/includes/authentication-support.adoc +++ b/docs/modules/ROOT/pages/includes/authentication-support.adoc @@ -44,7 +44,7 @@ If the OpenAPI specification file has `securitySchemes` definitions, but no http |`quarkus.openapi-generator.codegen.default-security-scheme=api_key` |=== -See the module https://github.com/quarkiverse/quarkus-openapi-generator/tree/main/integration-tests/security[security] for an example of how to use this feature. +See the module https://github.com/quarkiverse/quarkus-openapi-generator/tree/main/client/integration-tests/security[security] for an example of how to use this feature. == Basic HTTP Authentication