From bdce4f1d4cb515b8e090d46f0466f87402ab8a38 Mon Sep 17 00:00:00 2001 From: Lukasz Kryger Date: Tue, 2 Dec 2014 21:53:36 +0000 Subject: [PATCH] Update building.adoc Fixed links to follow the asciidoctor syntax, not MD. --- src/main/asciidoc/building.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/asciidoc/building.adoc b/src/main/asciidoc/building.adoc index 185fdd7d..e5473db7 100644 --- a/src/main/asciidoc/building.adoc +++ b/src/main/asciidoc/building.adoc @@ -25,10 +25,10 @@ running locally (e.g. mongo or rabbit). Ignore the git-related bits that you might find in "before_install" since they will be able git credentials and you already have those. -If you need mongo, rabbit or redis, see the README in the [scripts -demo repository](https://github.com/spring-cloud-samples/scripts) for +If you need mongo, rabbit or redis, see the README in the https://github.com/spring-cloud-samples/scripts[scripts +demo repository] for instructions. For example consider using the "fig.yml" with -[Fig](http://www.fig.sh/) to run them in Docker containers. +http://www.fig.sh/[Fig] to run them in Docker containers. === Documentation