Merge pull request #1315 from aledsage/0.7.0-M1-docs-20140409

0.7.0-M1 docs fixes
diff --git a/docs/dev/tips/release.md b/docs/dev/tips/release.md
index fef73fe..7fe9879 100644
--- a/docs/dev/tips/release.md
+++ b/docs/dev/tips/release.md
@@ -178,6 +178,8 @@
 
 ### Update the Versioned Docs
 
+Ensure `/docs/meta/versions.md` includes the new version.
+
 {% highlight bash %}
 
 cd $BROOKLYN_DIR/docs
@@ -281,4 +283,4 @@
 git commit -a -m "Changed version to $NEW_SNAPSHOT_VERSION"
 git push -u upstream master
 
-{% endhighlight %}
\ No newline at end of file
+{% endhighlight %}
diff --git a/docs/meta/versions.md b/docs/meta/versions.md
index ff7b442..813984c 100644
--- a/docs/meta/versions.md
+++ b/docs/meta/versions.md
@@ -73,7 +73,11 @@
 
 ### Version History
 
-* **[0.6.0-SNAPSHOT (master)](/v/0.6.0-SNAPSHOT)**: no major changes yet since 0.5.0
+* **[0.7.0-SNAPSHOT (master)](/v/0.7.0-SNAPSHOT)**
+
+* **[0.7.0-M1 (master)](/v/0.7.0-M1)**
+
+* **[0.6.0](/v/0.6.0/)**: locations are constructed using LocationSpec rather than calling constructor directly, improved Chef (& Windows) support, more entities, more clouds, Hazelcast datagrid, GUI improvements (Nov 2013)
 
 * **[0.5.0](/v/0.5.0/)**: includes new JS GUI and REST API, rebind/persistence support, cleaner model and naming conventions, more entities (May 2013)
 
diff --git a/docs/use/guide/quickstart/index.md b/docs/use/guide/quickstart/index.md
index 35db7f3..f6c81fa 100644
--- a/docs/use/guide/quickstart/index.md
+++ b/docs/use/guide/quickstart/index.md
@@ -98,7 +98,7 @@
 
 Download the template [brooklyn.properties](brooklyn.properties)  and place this in `~/.brooklyn`.  
 
-Open the file in a text editor and add your cloud credentials. If you would rather test Brooklyn on localhost, follow [these instructions](/use/guide/locations/) to ensure that your Brooklyn can access your machine.
+Open the file in a text editor and add your cloud credentials. If you would rather test Brooklyn on localhost, follow [these instructions]({{site.url}}/use/guide/locations/) to ensure that your Brooklyn can access your machine.
 
 Restart Brooklyn: