From 786308dfb2522a2c6284f227dd22079424d6c98f Mon Sep 17 00:00:00 2001 From: Oliver Marienfeld Date: Tue, 19 Nov 2024 14:14:12 +0100 Subject: [PATCH] README.md: Link to g8 template --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 7362def6..0972ec0a 100644 --- a/README.adoc +++ b/README.adoc @@ -13,7 +13,7 @@ Please see the main documentation on the web-site for a full description: The following sections explain how to **use** Vert.x-Scala. === Getting started with sbt -There is a Giter8 template to get you started real quickly with sbt: +There is a https://github.com/vert-x3/vertx-scala.g8[Giter8 template] to get you started real quickly with sbt: ```shell sbt new https://github.com/vert-x3/vertx-scala.g8