aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-02 22:27:39 -0400
committerDrew DeVault <sir@cmpwn.com>2017-10-02 22:27:39 -0400
commitb0527e7d4880ba234d77384c7fc3006afc609183 (patch)
treea7334a23b82a2580024b37afcd86e6ad23a2e5db /CONTRIBUTING.md
parentfa7013ac2309adc02e65ff88db072430394b62fd (diff)
Update README et al with new links
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 242c8bd4..74c0746c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,7 +13,7 @@ upstream. Try this:
1. Fork wlroots
2. `git clone https://github.com/username/wlroots && cd wlroots`
-3. `git remote add upstream https://github.com/SirCmpwn/wlroots`
+3. `git remote add upstream https://github.com/swaywm/wlroots`
You only need to do this once. You're never going to use your fork's master
branch. Instead, when you start working on a feature, do this: