* fixed issue with release-notes page containing Liquid error: 757: unexpected token at 'Liquid error: No such file or directory - /Users/alex/Data/cloudsoft/dev/gits/brooklyn/docs/start/../../toc.json' * fixed issue with getstartrelease notes page containing 404
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/42cbc022 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/42cbc022 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/42cbc022 Branch: refs/heads/0.5.0 Commit: 42cbc02209f0a083fdaebe4c79c73e776585dd3b Parents: cca382d Author: Peter Veentjer <[email protected]> Authored: Wed Apr 10 13:16:00 2013 +0300 Committer: Peter Veentjer <[email protected]> Committed: Wed Apr 10 13:16:00 2013 +0300 ---------------------------------------------------------------------- docs/start/download.md | 2 +- docs/start/release-notes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/42cbc022/docs/start/download.md ---------------------------------------------------------------------- diff --git a/docs/start/download.md b/docs/start/download.md index b39347b..c0f55da 100644 --- a/docs/start/download.md +++ b/docs/start/download.md @@ -71,7 +71,7 @@ Just download your preferred flavour and add it to your classpath{% if site.broo First time using Brooklyn? Read [Getting Started]({{ site.url }}/use/guide/quickstart/index.html) to set up your `brooklyn.properties` and `catalog.xml` files. -Release notes can be found [here]({{ site.url }}/start/release-notes){% if SNAPSHOT %}{% else %}, and specifically for [{{ site.brooklyn-version }}]({{ site.url }}/start/release-notes/{{ site.brooklyn-version }}.html){% endif %}. +Release notes can be found [here]({{ site.url }}/start/release-notes) <a name="examples"></a> http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/42cbc022/docs/start/release-notes.md ---------------------------------------------------------------------- diff --git a/docs/start/release-notes.md b/docs/start/release-notes.md index d0deb92..eae54e1 100644 --- a/docs/start/release-notes.md +++ b/docs/start/release-notes.md @@ -1,7 +1,7 @@ --- layout: page title: Release Notes -toc: ../../toc.json +toc: ../toc.json --- ## Brooklyn Version 0.5.0 RC1 (0.5.0-rc.1)
