From 1d8b6f1e17ae0fa96301f1b4b815f7d7ff0a63f6 Mon Sep 17 00:00:00 2001 From: jrperritt Date: Fri, 14 Aug 2015 12:17:09 -0600 Subject: [PATCH] update contributing guide to not reference release 1.0.1 --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9748c1ad..6ba5beb8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,11 +28,10 @@ fork as `origin` instead: git remote add origin git@github.com//gophercloud ``` -4. Checkout the latest development branch ([click here](/branches) to see all -the branches): +4. Checkout the latest development branch: ```bash - git checkout release/v1.0.1 + git checkout master ``` 5. If you're working on something (discussed more in detail below), you will