fix broken link
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/255ba96d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/255ba96d Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/255ba96d Branch: refs/heads/master Commit: 255ba96d7d9e089d1695bdb273a1852697279e4d Parents: 28f91f5 Author: Alex Heneveld <[email protected]> Authored: Thu Apr 13 18:26:30 2017 +0100 Committer: Alex Heneveld <[email protected]> Committed: Tue Jun 20 10:37:35 2017 +0100 ---------------------------------------------------------------------- guide/misc/migrate-to-0.8.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/255ba96d/guide/misc/migrate-to-0.8.0.md ---------------------------------------------------------------------- diff --git a/guide/misc/migrate-to-0.8.0.md b/guide/misc/migrate-to-0.8.0.md index f2b9770..35ffb3c 100644 --- a/guide/misc/migrate-to-0.8.0.md +++ b/guide/misc/migrate-to-0.8.0.md @@ -29,4 +29,4 @@ $ for x in `find . -type file` ; do sed -E -i .bak -f /tmp/migrate.sed $x ; done $ find . -name "*.bak" -delete {% endhighlight %} -If you encounter any issues, please [contact us](/community/). +If you encounter any issues, please [contact us]({{site.path.website}}/community/).
