diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 5a8ed10..62b2b6e 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,7 +1,11 @@
+## 2.0.dev5
+
+**Navigation Support Bugfix**
+
+Use relative URLs for site navigation. Ensures that sites hosted on a subpath still link correctly. [#54](https://github.com/encode/mkdocs/pull/54)
+
## 2.0.dev4
**Navigation Support**
-Preliminary support for site navigation.
-
-See [#49](https://github.com/encode/mkdocs/pull/49) for further details.
\ No newline at end of file
+Preliminary support for site navigation. [#49](https://github.com/encode/mkdocs/pull/49)
diff --git a/docs/templates/base.html b/docs/templates/base.html
index 6228513..9a3fa4d 100644
--- a/docs/templates/base.html
+++ b/docs/templates/base.html
@@ -13,7 +13,7 @@