From d3b20701acb550e4b4a3b28b4a62acc85ebe076d Mon Sep 17 00:00:00 2001 From: Renan Gabriel Marques Date: Mon, 31 Aug 2020 22:10:14 -0300 Subject: [PATCH] Fixing Groovy Grape hyperlink URL Previous URL (http://groovy.codehaus.org/Grape) doesn't work. Changed to new domain (www.groovy-lang.org). --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index b50b8c2..4cd1299 100644 --- a/README.adoc +++ b/README.adoc @@ -423,7 +423,7 @@ Hello, World! ==== Spring Boot does this by dynamically adding key annotations to your code and using -http://groovy.codehaus.org/Grape[Groovy Grape] to pull down the libraries that are needed +http://www.groovy-lang.org/Grape[Groovy Grape] to pull down the libraries that are needed to make the app run. == Summary