Merge pull request #68 from isopov/patch-1

* patch-1:
  Removing extra ) char from link
This commit is contained in:
Stephane Nicoll
2015-01-16 16:49:36 +01:00

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.