From 449e990a751ea184e35743cc6250498a73bf4639 Mon Sep 17 00:00:00 2001 From: ReeeMan <39725162+ReeeMan@users.noreply.github.com> Date: Mon, 28 Oct 2019 00:29:48 +0000 Subject: [PATCH] contributing: update file. (#1851) confused me for way too long....... --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index fe0d820eca..28cc23d1ee 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -54,7 +54,7 @@ Before you submit your pull request consider the following guidelines: * After cloning, set a new remote [upstream](https://help.github.com/articles/configuring-a-remote-for-a-fork/) (this helps to keep your fork up to date) ```shell - git remote add upstream https://github.com/runelite-extended/runelite.git + git remote add upstream https://github.com/open-osrs/runelite.git ``` * Make your changes in a new git branch: