diff --git a/_posts/2023-09-25-virtual-threads-3.adoc b/_posts/2023-09-25-virtual-threads-3.adoc index 5ea02f281e0..623ac9cf7ec 100644 --- a/_posts/2023-09-25-virtual-threads-3.adoc +++ b/_posts/2023-09-25-virtual-threads-3.adoc @@ -12,7 +12,7 @@ https://quarkus.io/blog/virtual-threads-2/[In a previous post], we have seen how The following video shows how to test this application and, specifically, how to detect pinning. +++ - + +++ The complete code of the application and the tests are available in the https://github.com/quarkusio/virtual-threads-demos/tree/main/crud-example[virtual threads demos repository].