Skip to content

Commit cbeeb1e

Browse files
authored
Merge pull request #20 from Red54/main
Add anchors to headings
2 parents 45755e2 + 431c958 commit cbeeb1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</p>
9595
</div>
9696

97-
<h2>How can you use GitGitGadget?</h2>
97+
<h2 id="how-can-you-use-gitgitgadget">How can you use GitGitGadget? <a href="#how-can-you-use-gitgitgadget">#</a></h2>
9898
<div class="block">
9999
<p>
100100
So you cloned <a href="https://github.com/git/git">https://github.com/git/git</a> and implemented a bug fix or a new feature?
@@ -124,7 +124,7 @@ <h2>How can you use GitGitGadget?</h2>
124124
</p>
125125
</div>
126126

127-
<h2>What happens after GitGitGadget sent the mails?</h2>
127+
<h2 id="what-happens-after-gitgitgadget-sent-the-mails">What happens after GitGitGadget sent the mails? <a href="#what-happens-after-gitgitgadget-sent-the-mails">#</a></h2>
128128
<div class="block">
129129
<p>
130130
The patches will be reviewed by volunteers (be gentle...) and you will most likely receive helpful comments.
@@ -135,7 +135,7 @@ <h2>What happens after GitGitGadget sent the mails?</h2>
135135
</p>
136136
</div>
137137

138-
<h2>Should I use GitGitGadget on GitGitGadget's Git fork or on Git's GitHub mirror?</h2>
138+
<h2 id="should-i-use-gitgitgadget-on-gitgitgadgets-git-fork-or-on-gits-github-mirror">Should I use GitGitGadget on GitGitGadget's Git fork or on Git's GitHub mirror? <a href="#should-i-use-gitgitgadget-on-gitgitgadgets-git-fork-or-on-gits-github-mirror">#</a></h2>
139139
<div class="block">
140140
<p>
141141
GitGitGadget works on both GitGitGadget's Git fork (<a href="https://github.com/gitgitgadget/git">https://github.com/gitgitgadget/git</a>) and Git's GitHub mirror (<a href="https://github.com/git/git">https://github.com/git/git</a>).
@@ -195,7 +195,7 @@ <h2>Should I use GitGitGadget on GitGitGadget's Git fork or on Git's GitHub mirr
195195
</table></div>
196196
</div>
197197

198-
<h2>But... what <i>is</i> GitGitGadget?</h2>
198+
<h2 id="but-what-is-gitgitgadget">But... what <i>is</i> GitGitGadget? <a href="#but-what-is-gitgitgadget">#</a></h2>
199199
<div class="block">
200200
<p>
201201
GitGitGadget itself is a GitHub App that is backed by an Azure Function written in pure Javascript which in turn triggers an Azure Pipeline written in Typescript (which is really easy to understand and write for everybody who knows even just a little Javascript), maintained at <a href="https://github.com/gitgitgadget/gitgitgadget">https://github.com/gitgitgadget/gitgitgadget</a>.

0 commit comments

Comments
 (0)