diff --git a/docs/src/main/asciidoc/web.adoc b/docs/src/main/asciidoc/web.adoc index a60b08684c4f1c..e00fc79c6e8e97 100644 --- a/docs/src/main/asciidoc/web.adoc +++ b/docs/src/main/asciidoc/web.adoc @@ -155,7 +155,7 @@ public class Todos extends Controller { } ---- -For a thorough introduction to Quarkus Web, check out https://www.youtube.com/watch?v=JNmHNSmK180[Quarkus Insights Episode #178]. In it, Andy Damevin and Matheus Cruz provide a hands-on demonstration of creating a CMS. +NOTE: Check out https://www.youtube.com/watch?v=JNmHNSmK180[Quarkus Insights Episode #178]. First part is a hands-on demonstration of creating a CMS with Renarde. You can also give it a try using https://github.com/quarkusio/quarkus-web-lab[the web-lab repo]). == Single Page Applications