From 83acb063207fd71ffad0ba192239ef648c97f97c Mon Sep 17 00:00:00 2001 From: Phillip Kruger Date: Wed, 21 Jun 2023 08:31:59 +1000 Subject: [PATCH] Dev UI Documentation links update Signed-off-by: Phillip Kruger --- docs/src/main/asciidoc/building-my-first-extension.adoc | 2 +- docs/src/main/asciidoc/dev-ui-v2.adoc | 2 +- docs/src/main/asciidoc/dev-ui.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/main/asciidoc/building-my-first-extension.adoc b/docs/src/main/asciidoc/building-my-first-extension.adoc index 3b6c29325cc03..e64d7803ac132 100644 --- a/docs/src/main/asciidoc/building-my-first-extension.adoc +++ b/docs/src/main/asciidoc/building-my-first-extension.adoc @@ -927,4 +927,4 @@ As usual, along the path Quarkus simplifies things under the hood (Maven Mojo, b == Further reading - xref:writing-extensions.adoc[Writing your own extension] for the full documentation. -- xref:dev-ui.adoc[Quarkus Dev UI] to learn how to support the Dev UI in your extension +- xref:dev-ui-v2.adoc[Quarkus Dev UI] to learn how to support the Dev UI in your extension diff --git a/docs/src/main/asciidoc/dev-ui-v2.adoc b/docs/src/main/asciidoc/dev-ui-v2.adoc index 35cfbd09b7290..0de4f58ffbff0 100644 --- a/docs/src/main/asciidoc/dev-ui-v2.adoc +++ b/docs/src/main/asciidoc/dev-ui-v2.adoc @@ -11,7 +11,7 @@ include::_attributes.adoc[] [NOTE] .Dev UI v2 ==== -This guide covers the Dev UI v2, which is the default from Quarkus 3 onwards. +This guide covers the Dev UI v2, which is the default from Quarkus 3 onwards. Read xref:dev-ui.adoc[Dev UI v1] for Quarkus 2.x. ==== This guide covers the Quarkus Dev UI for xref:building-my-first-extension.adoc[extension authors]. diff --git a/docs/src/main/asciidoc/dev-ui.adoc b/docs/src/main/asciidoc/dev-ui.adoc index deaa767ccfcfd..50ceb7ff08571 100644 --- a/docs/src/main/asciidoc/dev-ui.adoc +++ b/docs/src/main/asciidoc/dev-ui.adoc @@ -11,7 +11,7 @@ include::_attributes.adoc[] [NOTE] .Dev UI v1 ==== -This guide covers the Dev UI v1, which has been replaced in Quarkus 3. +This guide covers the Dev UI v1, which has been replaced in Quarkus 3 with xref:dev-ui-v2.adoc[a new Dev UI]. You can still access the Dev UI v1 using http://localhost:8080/q/dev-v1[/q/dev-v1] ====