You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:44:18 UTC

[18/50] brooklyn-docs git commit: Fix examples download url (for snapshot)

Fix examples download url (for snapshot)

Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/26fa0f43
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/26fa0f43
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/26fa0f43

Branch: refs/heads/0.6.0
Commit: 26fa0f43cfc01ebc5d5a842162c51b19edc9a834
Parents: 96584f3
Author: Aled Sage <al...@gmail.com>
Authored: Mon Oct 21 13:39:05 2013 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Mon Oct 21 13:39:05 2013 +0100

----------------------------------------------------------------------
 docs/use/examples/before-begin.include.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/26fa0f43/docs/use/examples/before-begin.include.md
----------------------------------------------------------------------
diff --git a/docs/use/examples/before-begin.include.md b/docs/use/examples/before-begin.include.md
index bc706cf..c1856cf 100644
--- a/docs/use/examples/before-begin.include.md
+++ b/docs/use/examples/before-begin.include.md
@@ -17,7 +17,7 @@ unpack it to your favourite location (e.g. `$(pwd)`),
 and export `BROOKLYN_HOME`:
 
 {% highlight bash %}
-% curl -L -o brooklyn-dist-{{ site.brooklyn-version }}-dist.tar.gz {{ this_dist_tgz_url }}
+% curl -L -o brooklyn-dist-{{ site.brooklyn-version }}-dist.tar.gz {{ this_dist_url_tgz }}
 % tar xvzf brooklyn-dist-{{ site.brooklyn-version }}-dist.tar.gz
 % export BROOKLYN_HOME=$(pwd)/brooklyn-{{ site.brooklyn-version }}/
 {% endhighlight %}