Skip to content

Commit ce2fa80

Browse files
authored
reference: link to our own cheat sheet (#2098)
From the reference overview we were linking to two cheat sheets: * https://training.github.com/: By GitHub, but doesn't look really well maintained. * https://ndpsoftware.com/git-cheatsheet.html: Which looks fancy, but is behind a self-signed SSL certificate. Since #2049 we have our own cheat sheet, link to that one instead. Preview at: https://to1ne.github.io/git-scm.com/docs
2 parents 140f918 + b798411 commit ce2fa80

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

layouts/partials/ref/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
<h1>Reference</h1>
44
<div class='callout quickref'>
55
<p>
6-
Quick reference guides:
7-
<a href="https://github.github.com/training-kit/">GitHub Cheat Sheet</a>
8-
|
9-
<a href="https://ndpsoftware.com/git-cheatsheet.html">Visual Git Cheat Sheet</a>
6+
Quick reference guide:
7+
<a href="{{ relURL "cheat-sheet" }}">Cheat Sheet</a>
108
</p>
119
</div>
1210
<div class="callout all-commands">

0 commit comments

Comments
 (0)