Remove references to book.path.v as we are able to handle versions now
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/7ca02821 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/7ca02821 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/7ca02821 Branch: refs/heads/master Commit: 7ca028215d562144a54716ab4ab0a92d06b7a4cb Parents: 47c93d6 Author: Thomas Bouron <[email protected]> Authored: Thu Oct 12 11:14:14 2017 +0100 Committer: Thomas Bouron <[email protected]> Committed: Mon Oct 16 14:56:05 2017 +0100 ---------------------------------------------------------------------- book.json | 5 +---- guide/misc/release-notes.md | 5 ++--- 2 files changed, 3 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/7ca02821/book.json ---------------------------------------------------------------------- diff --git a/book.json b/book.json index 155ca91..be0f84d 100644 --- a/book.json +++ b/book.json @@ -98,9 +98,6 @@ "brooklyn_website": "https://brooklyn.apache.org", "brooklyn_javadoc": "https://brooklyn.apache.org" }, - "url_root": "http://0.0.0.0:4000", - "path": { - "v": "/v" - } + "url_root": "http://0.0.0.0:4000" } } http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/7ca02821/guide/misc/release-notes.md ---------------------------------------------------------------------- diff --git a/guide/misc/release-notes.md b/guide/misc/release-notes.md index ac31dc4..108932c 100644 --- a/guide/misc/release-notes.md +++ b/guide/misc/release-notes.md @@ -18,8 +18,7 @@ to Brooklyn's commercial users for funding much of this development. ### Backwards Compatibility -Changes since 0.12.0: +Changes since {{ book.brooklyn_version_stable }}: -For changes in prior versions, please refer to the release notes for -[0.12.0]({{ book.path.v }}/0.12.0/misc/release-notes.html). +For changes in prior versions, please refer to the release notes for those versions by selecting the one you are interested in on the left menu.
