Skip to content

Commit

Permalink
Merge pull request #20 from Red54/main
Browse files Browse the repository at this point in the history
Add anchors to headings
  • Loading branch information
dscho authored Oct 19, 2023
2 parents 45755e2 + 431c958 commit cbeeb1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</p>
</div>

<h2>How can you use GitGitGadget?</h2>
<h2 id="how-can-you-use-gitgitgadget">How can you use GitGitGadget? <a href="#how-can-you-use-gitgitgadget">#</a></h2>
<div class="block">
<p>
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?
Expand Down Expand Up @@ -124,7 +124,7 @@ <h2>How can you use GitGitGadget?</h2>
</p>
</div>

<h2>What happens after GitGitGadget sent the mails?</h2>
<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>
<div class="block">
<p>
The patches will be reviewed by volunteers (be gentle...) and you will most likely receive helpful comments.
Expand All @@ -135,7 +135,7 @@ <h2>What happens after GitGitGadget sent the mails?</h2>
</p>
</div>

<h2>Should I use GitGitGadget on GitGitGadget's Git fork or on Git's GitHub mirror?</h2>
<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>
<div class="block">
<p>
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>).
Expand Down Expand Up @@ -195,7 +195,7 @@ <h2>Should I use GitGitGadget on GitGitGadget's Git fork or on Git's GitHub mirr
</table></div>
</div>

<h2>But... what <i>is</i> GitGitGadget?</h2>
<h2 id="but-what-is-gitgitgadget">But... what <i>is</i> GitGitGadget? <a href="#but-what-is-gitgitgadget">#</a></h2>
<div class="block">
<p>
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>.
Expand Down

0 comments on commit cbeeb1e

Please sign in to comment.