Fix wrong links in docs Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/86ec2003 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/86ec2003 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/86ec2003
Branch: refs/heads/0.8.0-incubating Commit: 86ec20036a8f6db84eece17361fc5778d74d37ad Parents: 3926c01 Author: Aled Sage <[email protected]> Authored: Mon Sep 14 13:21:32 2015 +0100 Committer: Aled Sage <[email protected]> Committed: Mon Sep 14 13:23:40 2015 +0100 ---------------------------------------------------------------------- docs/guide/misc/migrate-to-0.8.0.md | 2 +- docs/website/community/how-to-contribute-docs.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/86ec2003/docs/guide/misc/migrate-to-0.8.0.md ---------------------------------------------------------------------- diff --git a/docs/guide/misc/migrate-to-0.8.0.md b/docs/guide/misc/migrate-to-0.8.0.md index a71d19b..9152359 100644 --- a/docs/guide/misc/migrate-to-0.8.0.md +++ b/docs/guide/misc/migrate-to-0.8.0.md @@ -3,7 +3,7 @@ layout: website-normal title: Migrating to 0.8.0 --- -As noted in the [release notes](release-nodes.html), +As noted in the [release notes](release-notes.html), this version introduces major package renames. However migrating your code should not be hard: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/86ec2003/docs/website/community/how-to-contribute-docs.md ---------------------------------------------------------------------- diff --git a/docs/website/community/how-to-contribute-docs.md b/docs/website/community/how-to-contribute-docs.md index 0da9b3b..51da1f3 100644 --- a/docs/website/community/how-to-contribute-docs.md +++ b/docs/website/community/how-to-contribute-docs.md @@ -38,7 +38,7 @@ While the *Edit this page* button is great for quickly editing a single page, if you want to do anything that involves editing multiple pages, you will need to fork and clone the repository and make the changes on your own workstation. -For this, you should first review the general tips on [How to Contribute](../developers/how-to-contribute.md). +For this, you should first review the general tips on [How to Contribute](../developers/how-to-contribute.html). Next, youâll want to become familiar with the `docs/` folder in the Brooklyn codebase where the docs live. In particular, note that the Brooklyn documentation is split into two parts: @@ -54,7 +54,7 @@ In particular, note that the Brooklyn documentation is split into two parts: The main user guide shown on this site is for the most recent stable version, currently {{ site.brooklyn-stable-version }}. -Guides for other versions are available [here](../meta/versions.md). +Guides for other versions are available [here](../meta/versions.html). For More Information
