Fix wrong links in docs Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/07ec193b Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/07ec193b Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/07ec193b
Branch: refs/heads/master Commit: 07ec193bb2f61ea647b755452d989ae8a3cb446c Parents: 2e3d06f Author: Aled Sage <[email protected]> Authored: Mon Sep 14 13:21:32 2015 +0100 Committer: Aled Sage <[email protected]> Committed: Mon Sep 14 13:21:32 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/incubator-brooklyn/blob/07ec193b/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/incubator-brooklyn/blob/07ec193b/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
