Fix capitalization of “GitHub” in footer

This commit is contained in:
Rory O’Kane 2022-12-27 11:46:30 -05:00 committed by GitHub
parent 1fda9ed5f1
commit acaeef6fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,5 +4,5 @@
<a href="/">Cover</a>
<a href="/book/contents">Contents</a>
<a href="/colophon">Colophon</a>
<a href="https://github.com/bigskysoftware/hypermedia-systems">Github</a>
</nav>
<a href="https://github.com/bigskysoftware/hypermedia-systems">GitHub</a>
</nav>