From 4061ef87bc8193a213c08a06ba044b0c5b3bcc89 Mon Sep 17 00:00:00 2001 From: Furkan Kambay Date: Mon, 16 Jul 2018 17:01:47 +0300 Subject: [PATCH] Typo on GitHup wiki bage --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index c8afda3..abb13e1 100644 --- a/Contributing.md +++ b/Contributing.md @@ -7,7 +7,7 @@ If you want to contribute code to the project, you are going to need your own co To make it easier for you, create a git branch for your new code from the very beginning (if you didn't, create a branch right now and cherry-pick your commits into the new branch). Then make your changes, commit them to your feature branch (let's call it `my-feature`). You may split your changes on several commits if that makes sense. When you are done, push your changes into your fork (this remote repository will be named `origin` in your local repository by default). So, push your changes via `git push`. -Now go to [qBittorrent GitHup page](https://github.com/qbittorrent/qBittorrent) and create your pull request. +Now go to [qBittorrent GitHub page](https://github.com/qbittorrent/qBittorrent) and create your pull request. ## Updating your pull request ##