From 61afc7e71389c3c2f411d515f141cca37c84247c Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Wed, 31 Aug 2016 00:28:28 -0400 Subject: [PATCH] Update the pull request help link --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 1abf673b9b8..cc346ffdd3d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -166,7 +166,7 @@ Some of the code in the standard library is created by generating code from temp ## Submitting patches The best way to submit a patch is to [fork the project on github](http://help.github.com/fork-a-repo/) then send us a -[pull request](http://help.github.com/send-pull-requests/) via [github](http://github.com). +[pull request](https://help.github.com/articles/creating-a-pull-request/) via [github](http://github.com). If you create your own fork, it might help to enable rebase by default when you pull by executing `git config --global pull.rebase