Skip to content

Commit d40bc64

Browse files
committed
ci: intro-to-git: move resources heading to the correct place
1 parent d0fb6d6 commit d40bc64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/intro-to-git/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</header>
3737
<div class="body">
3838
<h1>Intro to Git</h1>
39-
<h2 id="Resources">Resources</h2>
39+
<h2 id="Install_and_config">Install and config</h2>
4040
<p>To install Git, run <code>pacman -S git</code> in an MSYS2 terminal. Set
4141
up the commit author information with the following commands.</p>
4242
<pre>
@@ -63,6 +63,7 @@ <h2 id="Resources">Resources</h2>
6363
<p>In general, Git tries to be helpful. If you don't know what to do after
6464
running a Git command or seeing something fail, read the text Git prints
6565
for possible hints or instructions.</p>
66+
<h2 id="Resources">Resources</h2>
6667
<ul>
6768
<li>
6869
<a href="https://github.com/frc3512/">GitHub</a> - mirrors of the code

0 commit comments

Comments
 (0)