Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 1bf7ca1

Browse files
committed
Fix broken Protocol link in top nav.
1 parent 17f7636 commit 1bf7ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<li><a href="/docs/">Documentation</a></li>
2121
<li><a href="/contribute/">Contribute</a></li>
2222
<li><a href="/faq/">FAQ</a></li>
23-
<li><a href="/docs/reference/protocol-http2.html">Protocol</a></li>
23+
<li><a href="/docs/guides/wire.html">Protocol</a></li>
2424

2525
<!-- Hide link to blog until we have actual posts -->
2626
<!-- <li><a href="/blog/" title="">Blog</a></li> -->

0 commit comments

Comments
 (0)