Repository: incubator-brooklyn Updated Branches: refs/heads/0.8.0-incubating aaf97039a -> 09bfa0710
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/09bfa071 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/09bfa071 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/09bfa071 Branch: refs/heads/0.8.0-incubating Commit: 09bfa0710a94e02b1ec7bb131a567922d7109e64 Parents: aaf9703 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/incubator-brooklyn/blob/09bfa071/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/09bfa071/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
