Removing extra ) char from link

This commit is contained in:
Ivan Sopov
2015-01-16 17:26:36 +03:00
committed by Stephane Nicoll
parent 22e3567c42
commit e4a8e86047

View File

@@ -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.