Fix wrong links in docs
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 @@
 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:
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 @@
 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 @@
 
 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