Skip to content

Commit 5eee00c

Browse files
authored
fixes why-not inline reference
1 parent a5ce581 commit 5eee00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/virtual-threads.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Note that all three models can be used in a single application.
296296

297297
== Use virtual thread friendly clients
298298

299-
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.
299+
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.
300300
So, you need to be careful, especially when using a libraries doing I/O.
301301

302302
Fortunately, Quarkus provides a massive ecosystem that is ready to be used in virtual threads.

0 commit comments

Comments
 (0)