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 2015/04/14 03:06:07 UTC

incubator-brooklyn git commit: website download page links to latest version download page, and old versions latest link points to correct latest endpoint

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master 979bb9f36 -> 5a6c4c964


website download page links to latest version download page, and old versions latest link points to correct latest endpoint


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/5a6c4c96
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/5a6c4c96
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/5a6c4c96

Branch: refs/heads/master
Commit: 5a6c4c964fe3c580901dbf4d103c0344f6db4ba2
Parents: 979bb9f
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Apr 13 19:55:19 2015 -0500
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Apr 13 20:05:23 2015 -0500

----------------------------------------------------------------------
 docs/_layouts/base.html        | 2 +-
 docs/website/download/index.md | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/5a6c4c96/docs/_layouts/base.html
----------------------------------------------------------------------
diff --git a/docs/_layouts/base.html b/docs/_layouts/base.html
index b803569..29b735f 100644
--- a/docs/_layouts/base.html
+++ b/docs/_layouts/base.html
@@ -146,7 +146,7 @@ TODO insert the warning html at generation-time (jekyll) rather than runtime (JS
                 }
                 msg += "<center><p class='warning_banner_buttons'>";
                 msg += "<a href = 'javascript:void(0);' onclick=\"set_user_version('"+thisversion+"');\">Yes, hide this warning</a>";
-                msg += "<a href = '{{ site.path.guide }}'>No, take me to the latest version guide</a>";
+                msg += "<a href = '{{ site.path.v }}/latest/'>No, take me to the latest version guide</a>";
                 msg += "<a href = '{{ site.path.website }}/meta/versions.html'>Show all versions</a>";
                 msg += "</p></center>"
                             

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/5a6c4c96/docs/website/download/index.md
----------------------------------------------------------------------
diff --git a/docs/website/download/index.md b/docs/website/download/index.md
index e4f9f22..08aebe0 100644
--- a/docs/website/download/index.md
+++ b/docs/website/download/index.md
@@ -16,9 +16,8 @@ You can also verify that you build has not been tampered with by [verifying the
 ## Binary Releases
 
 We do not yet have an official binary package for Apache Brooklyn. 
-We plan to address this in our next release.
-Unofficial [latest snapshot binary builds are available here]({{ site.path.guide }}/misc/download.html), 
-but read the warnings there and use at your own risk.
+For more information, and for information on unofficial binary builds,
+see the [download details for the latest version]({{ site.path.guide }}/misc/download.html).
 
 
 ## Build the Binary Package