Skip to content

Commit dbc3c26

Browse files
committed
Fix dangling id to contribute button
1 parent 79dfc43 commit dbc3c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h3>Shell Integration</h3>
9999
</div>
100100
</div>
101101
</section>
102-
<section class="bg-light">
102+
<section class="bg-light" id="contribute">
103103
<div class="container">
104104
<h2>Contribute</h2>
105105
<p>As an open source project, Git for Windows benefits greatly from both the volunteer work of helpful
@@ -167,4 +167,4 @@ <h3><span class="gittext">Git for Windows SDK</span> : Contributing Code</h3>
167167
</footer>
168168
</body>
169169

170-
</html>
170+
</html>

0 commit comments

Comments
 (0)