Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 1d8b6f1

Browse files
committed
update contributing guide to not reference release 1.0.1
1 parent efb1971 commit 1d8b6f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ fork as `origin` instead:
2828
git remote add origin [email protected]/<my_username>/gophercloud
2929
```
3030

31-
4. Checkout the latest development branch ([click here](/branches) to see all
32-
the branches):
31+
4. Checkout the latest development branch:
3332

3433
```bash
35-
git checkout release/v1.0.1
34+
git checkout master
3635
```
3736

3837
5. If you're working on something (discussed more in detail below), you will

0 commit comments

Comments
 (0)