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

Commit 3033f17

Browse files
Merge pull request #59 from hsaliak/master
Update protocol doc to point to the right location. Fixes #57
2 parents 6c11a7a + c9fa019 commit 3033f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/nav.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
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="https://github.com/grpc/grpc-common/blob/master/PROTOCOL-HTTP2.md">Protocol</a></li>
23+
<li><a href="https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md">Protocol</a></li>
2424
<!-- Hide link to blog until we have actual posts -->
2525
<!-- <li><a href="/blog/" title="">Blog</a></li> -->
2626
</ul>
2727
</div><!-- /.navbar-collapse -->
2828
</div><!-- /.container-fluid -->
29-
</nav>
29+
</nav>

0 commit comments

Comments
 (0)