From e4a8e860472b100c7e29e500556589f2db016506 Mon Sep 17 00:00:00 2001 From: Ivan Sopov Date: Fri, 16 Jan 2015 17:26:36 +0300 Subject: [PATCH] Removing extra ) char from link --- CHANGELOG.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index a533861c..1ef2b840 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,4 +1,4 @@ -The _default_ instance of Spring Initializr (i.e. https://start.spring.io) is using the continuous deployment +The _default_ instance of Spring Initializr (i.e. link:https://start.spring.io[]) is using the continuous deployment technique: when a new feature or a bug is fixed, pushing the code to master leads to a job that runs all the tests and update the application live if they all pass.