Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev UI Documentation links update #34177

Merged
merged 1 commit into from
Jun 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/building-my-first-extension.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/dev-ui-v2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/dev-ui.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
====

Expand Down