Skip to content

Commit 21e7f57

Browse files
committed
Use relative links for internal content
Relative links should be preferred. Absolute links are not recommended because - they're so long which makes them harder to read - will have to update all the links if - the repo is forked - the owner of the repo changes - the owner's username changes - the repo is renamed For more info, see https://help.github.com/articles/relative-links-in-readmes P.S. A section on relative links might be useful.
1 parent 36f4317 commit 21e7f57

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,34 @@ All the hidden and not hidden features of Git and GitHub. This cheat sheet was i
44

55
# Contents
66

7-
- [Ignore Whitespace](https://github.com/tiimgreen/github-cheat-sheet#ignore-whitespace)
8-
- [Cloning a Repo](https://github.com/tiimgreen/github-cheat-sheet#cloning-a-repo)
9-
- [Hub - Git Wrapper](https://github.com/tiimgreen/github-cheat-sheet#hub---git-wrapper)
10-
- [Previous Branch](https://github.com/tiimgreen/github-cheat-sheet#previous-branch)
11-
- [git.io](https://github.com/tiimgreen/github-cheat-sheet#gitio)
12-
- [Gists](https://github.com/tiimgreen/github-cheat-sheet#gists)
13-
- [Keyboard Shortcuts](https://github.com/tiimgreen/github-cheat-sheet#keyboard-shortcuts)
14-
- [Closing Issues with Commits](https://github.com/tiimgreen/github-cheat-sheet#closing-issues-with-commits)
15-
- [Checking out Pull Requests](https://github.com/tiimgreen/github-cheat-sheet#checking-out-pull-requests)
16-
- [Cross-Link Issues](https://github.com/tiimgreen/github-cheat-sheet#cross-link-issues)
17-
- [Syntax Highlighting in Markdown Files](https://github.com/tiimgreen/github-cheat-sheet#syntax-highlighting-in-markdown-files)
18-
- [Commit History by Author](https://github.com/tiimgreen/github-cheat-sheet#commit-history-by-author)
19-
- [Empty Commits](https://github.com/tiimgreen/github-cheat-sheet#empty-commits)
20-
- [Comparing Branches](https://github.com/tiimgreen/github-cheat-sheet#comparing-branches)
21-
- [Line Highlighting in Repos](https://github.com/tiimgreen/github-cheat-sheet#line-highlighting-in-repos)
22-
- [Emojis](https://github.com/tiimgreen/github-cheat-sheet#emojis)
23-
- [Images/GIFs](https://github.com/tiimgreen/github-cheat-sheet#imagesgifs)
24-
- [Quick Quoting](https://github.com/tiimgreen/github-cheat-sheet#quick-quoting)
25-
- [Styled Git Status](https://github.com/tiimgreen/github-cheat-sheet#styled-git-status)
26-
- [Styled Git Log](https://github.com/tiimgreen/github-cheat-sheet#styled-git-log)
27-
- [Git Query](https://github.com/tiimgreen/github-cheat-sheet#git-query)
28-
- [Merged Branches](https://github.com/tiimgreen/github-cheat-sheet#merged-branches)
29-
- [Quick Licensing](https://github.com/tiimgreen/github-cheat-sheet#quick-licensing)
30-
- [TODO Lists](https://github.com/tiimgreen/github-cheat-sheet#todo-lists)
31-
- [.gitconfig Recommendations](https://github.com/tiimgreen/github-cheat-sheet#gitconfig-recommendations)
32-
- [Aliases](https://github.com/tiimgreen/github-cheat-sheet#aliases)
33-
- [Auto-correct](https://github.com/tiimgreen/github-cheat-sheet#auto-correct)
34-
- [Color](https://github.com/tiimgreen/github-cheat-sheet#color)
7+
- [Ignore Whitespace](#ignore-whitespace)
8+
- [Cloning a Repo](#cloning-a-repo)
9+
- [Hub - Git Wrapper](#hub---git-wrapper)
10+
- [Previous Branch](#previous-branch)
11+
- [git.io](#gitio)
12+
- [Gists](#gists)
13+
- [Keyboard Shortcuts](#keyboard-shortcuts)
14+
- [Closing Issues with Commits](#closing-issues-with-commits)
15+
- [Checking out Pull Requests](#checking-out-pull-requests)
16+
- [Cross-Link Issues](#cross-link-issues)
17+
- [Syntax Highlighting in Markdown Files](#syntax-highlighting-in-markdown-files)
18+
- [Commit History by Author](#commit-history-by-author)
19+
- [Empty Commits](#empty-commits)
20+
- [Comparing Branches](#comparing-branches)
21+
- [Line Highlighting in Repos](#line-highlighting-in-repos)
22+
- [Emojis](#emojis)
23+
- [Images/GIFs](#imagesgifs)
24+
- [Quick Quoting](#quick-quoting)
25+
- [Styled Git Status](#styled-git-status)
26+
- [Styled Git Log](#styled-git-log)
27+
- [Git Query](#git-query)
28+
- [Merged Branches](#merged-branches)
29+
- [Quick Licensing](#quick-licensing)
30+
- [TODO Lists](#todo-lists)
31+
- [.gitconfig Recommendations](#gitconfig-recommendations)
32+
- [Aliases](#aliases)
33+
- [Auto-correct](#auto-correct)
34+
- [Color](#color)
3535

3636
## Ignore Whitespace
3737

0 commit comments

Comments
 (0)