Fix broken link in README.md

This commit is contained in:
Jason Yeo
2015-08-09 07:21:01 +08:00
parent 7e250ab2ca
commit 089a4e8779
+4 -2
View File
@@ -145,8 +145,10 @@ Some of the code in the standard library is created by generating code from temp
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 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](http://help.github.com/send-pull-requests/) via [github](http://github.com).
If you create your own fork, it might help to [enable rebase by default when you pull](http://d.strelau.net/post/47338904/git-pull-rebase-by-default) If you create your own fork, it might help to enable rebase by default
which will avoid your local repo having too many merge commits which will help keep your pull request simple and easy to apply. when you pull by executing `git config --global pull.rebase
true`. This will avoid your local repo having too many merge commits
which will help keep your pull request simple and easy to apply.
## Commit comments ## Commit comments