Update references to the v0.2.0 branch.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a293b50..4f596a1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -32,7 +32,7 @@
 the branches):
 
    ```bash
-   git checkout v0.2.0
+   git checkout release/v1.0.1
    ```
 
 5. If you're working on something (discussed more in detail below), you will
diff --git a/README.md b/README.md
index 96dcd31..14ce7c1 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # gophercloud: the OpenStack SDK for Go
-[![Build Status](https://travis-ci.org/rackspace/gophercloud.svg?branch=v0.2.0)](https://travis-ci.org/rackspace/gophercloud)
+[![Build Status](https://travis-ci.org/rackspace/gophercloud.svg?branch=master)](https://travis-ci.org/rackspace/gophercloud)
 
 gophercloud is a flexible SDK that allows you to consume and work with OpenStack
 clouds in a simple and idiomatic way using golang. Many services are supported,