From 958d4fa05e0e7d76baefde98daf454168f67c039 Mon Sep 17 00:00:00 2001 From: Kris Gesling Date: Sat, 6 Nov 2021 06:13:58 +0930 Subject: [PATCH] Update link for Hub to point to official Github version --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1d3b019348a2..c7de137164a6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -56,7 +56,7 @@ git push -f * Push your changes to a topic branch in your fork of the repository. * Open a pull request to the original repository and choose the right original branch you want to patch. - _Advanced users may install the `hub` gem and use the [`hub pull-request` command](https://github.com/defunkt/hub#git-pull-request)._ + _Advanced users may install the `hub` gem and use the [`hub pull-request` command](https://hub.github.com/#developer)._ * If not done in commit messages (which you really should do) please reference and update your issue with the code changes. But _please do not close the issue yourself_. * Even if you have write access to the repository, do not directly push or merge pull-requests. Let another team member review your pull request and approve.