Skip to content

Commit b72d34e

Browse files
JohnTitormexus
authored andcommitted
Fix the anchor tag that isn't closed properly
1 parent 145062b commit b72d34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h2 class="text-center">Unknown tier targets</h2>
9595
<div class="card-footer text-muted bg-transparent text-center">
9696
<p>Generated at {{additional.datetime}}</p>
9797
<p>Contributions are <a href="https://github.com/rust-lang/rustup-components-history">welcome</a>!
98-
More info at <a href="https://github.com/rust-lang/rustup-components-history/blob/master/README.md#the-web-part"</a>README.md</p>
98+
More info at <a href="https://github.com/rust-lang/rustup-components-history/blob/master/README.md#the-web-part">README.md</a></p>
9999
</div>
100100
</div>
101101
</body>

0 commit comments

Comments
 (0)