From b789cfe826c8a204d8ea980a11043765d7e0a5c2 Mon Sep 17 00:00:00 2001 From: Bruno Lellis Date: Sun, 1 Oct 2023 22:41:08 -0300 Subject: [PATCH] fixes why-not inline reference (cherry picked from commit 5eee00cc06e6b85605147056c382f7342d5da0c5) --- docs/src/main/asciidoc/virtual-threads.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/virtual-threads.adoc b/docs/src/main/asciidoc/virtual-threads.adoc index 70c52f51ef15d..fea2c14279868 100644 --- a/docs/src/main/asciidoc/virtual-threads.adoc +++ b/docs/src/main/asciidoc/virtual-threads.adoc @@ -296,7 +296,7 @@ Note that all three models can be used in a single application. == Use virtual thread friendly clients -As mentioned in the href:why-not[Why not run everything on virtual threads?] section, the Java ecosystem is not entirely ready for virtual threads. +As mentioned in the xref:why-not[Why not run everything on virtual threads?] section, the Java ecosystem is not entirely ready for virtual threads. So, you need to be careful, especially when using a libraries doing I/O. Fortunately, Quarkus provides a massive ecosystem that is ready to be used in virtual threads.