From 7e1ac3149e4370a126131e034ca9348e3e9bd869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20de=20Tastes?= Date: Mon, 28 Jul 2025 14:17:07 +0200 Subject: [PATCH] fix link (#1260) --- docs/modules/ROOT/pages/includes/getting-started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/includes/getting-started.adoc b/docs/modules/ROOT/pages/includes/getting-started.adoc index 8ae17e340..dce53008d 100644 --- a/docs/modules/ROOT/pages/includes/getting-started.adoc +++ b/docs/modules/ROOT/pages/includes/getting-started.adoc @@ -162,4 +162,4 @@ public class PetResource { } ---- -See the https://github.com/quarkiverse/quarkus-openapi-generator/tree/main/integration-tests[integration-tests] module for more information of how to use this extension. Please be advised that the extension is on experimental, early development stage. +See the https://github.com/quarkiverse/quarkus-openapi-generator/tree/main/client/integration-tests[integration-tests] module for more information of how to use this extension. Please be advised that the extension is on experimental, early development stage.