Skip to content

Commit

Permalink
docs: fix link to GitHub documentation (#1191)
Browse files Browse the repository at this point in the history
Old links are dead and uses clear-text HTTP links. This commit update the two
links to point to new GitHub guides.
  • Loading branch information
bersace authored and vlsi committed May 17, 2018
1 parent f78a639 commit 655b6e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -277,7 +277,9 @@ list. Make sure your patch includes additional unit tests demonstrating and
testing any new features. In the case of bug fixes, where possible include a
new unit test that failed before the fix and passes after it.

For information on working with GitHub, see: http://help.github.com/articles/fork-a-repo and http://learn.github.com/p/intro.html.
For information on working with GitHub, see:
https://guides.github.com/activities/forking/ and
https://guides.github.com/introduction/flow/.

### Testing

Expand Down

0 comments on commit 655b6e7

Please sign in to comment.