From 3eae5b7c20696ee698bb4b6c3c879ada5f8cb4e6 Mon Sep 17 00:00:00 2001 From: Martin Kouba Date: Wed, 20 Nov 2024 10:51:06 +0100 Subject: [PATCH] Docs: dev mode differences - remove the link for old Dev UI - old Dev UI was removed in 3.4.0.CR1 --- docs/src/main/asciidoc/dev-mode-differences.adoc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/src/main/asciidoc/dev-mode-differences.adoc b/docs/src/main/asciidoc/dev-mode-differences.adoc index ed9a6ecd4656b..d7d2f87ad9a6b 100644 --- a/docs/src/main/asciidoc/dev-mode-differences.adoc +++ b/docs/src/main/asciidoc/dev-mode-differences.adoc @@ -46,13 +46,6 @@ Examples of such operations are: * Running scheduled operations * Building a container -[TIP] -==== -A new Dev UI has been implemented in Quarkus 3.x. -Not all the features are available yet. -You can still access the previous version of the Dev UI using: http://localhost:8080/q/dev-ui/. -==== - === Error pages In an effort to make development errors very easy to diagnose, Quarkus provides various detailed error pages when running in dev mode.