Skip to content

Commit 7e63c97

Browse files
authored
Use https for external links wherever possible (#151)
Thanks much!
1 parent 6084b10 commit 7e63c97

File tree

2 files changed

+48
-47
lines changed

2 files changed

+48
-47
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ Be prepared to address feedback on your pull request and iterate if necessary.
9292
[new-issue]: https://github.com/Microsoft/api-guidelines/issues/new
9393
[issue-search]: https://github.com/Microsoft/api-guidelines/issues
9494
[white-house-api-guidelines]: https://github.com/WhiteHouse/api-standards/blob/master/README.md
95-
[topic-branch]: http://www.git-scm.com/book/en/v2/Git-Branching-Branching-Workflows#Topic-Branches
95+
[topic-branch]: https://www.git-scm.com/book/en/v2/Git-Branching-Branching-Workflows#Topic-Branches
9696
[gfm]: https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown
9797
[github-flow-guide]: https://guides.github.com/introduction/flow/
9898
[atom-beautify]: https://atom.io/packages/atom-beautify
99-
[atom]: http://atom.io
99+
[atom]: https://atom.io/
100100
[markdown-toc]: https://atom.io/packages/markdown-toc
101101
[vscode]: https://code.visualstudio.com/
102102
[git]: https://git-scm.com/

0 commit comments

Comments
 (0)