From 63c7a7333c09c21b6058d40f8c646bb6fb26670a Mon Sep 17 00:00:00 2001 From: David Bush Date: Thu, 19 May 2016 17:01:59 +0100 Subject: [PATCH] Corrected broken link 'git-clone' Found a broken link on the Brooklyn website https://brooklyn.apache.org/v/latest/yaml/creating-yaml.html - its the git-clone link towards the bottom. Current is: https://brooklyn.apache.org/v/latest/dev/code/index.html It should be: https://brooklyn.apache.org/developers/code/index.html --- guide/yaml/creating-yaml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/yaml/creating-yaml.md b/guide/yaml/creating-yaml.md index 34a0d290..8bc22c46 100644 --- a/guide/yaml/creating-yaml.md +++ b/guide/yaml/creating-yaml.md @@ -57,7 +57,7 @@ Topics to explore next on the topic of YAML blueprints are: {% include list-children.html %} Plenty of examples of blueprints exist in the Brooklyn codebase, -so another starting point is to [`git clone`]({{ site.path.guide }}/dev/code/index.html) it +so another starting point is to [`git clone`]({{ site.path.guide }}/developers/code/index.html) it and search for `*.yaml` files therein. Brooklyn lived as a Java framework for many years before we felt confident