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

Commit 4510e96

Browse files
committed
fixed/added links in the Read more! section
1 parent 6eb418d commit 4510e96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: docs/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1164,4 +1164,6 @@ $ ./run_greeter_client.sh
11641164

11651165
- Find out how to install gRPC and get started in each language's [quick start](#quickstart).
11661166
- Follow the tutorial(s) for your favorite language(s).
1167-
- [gRPC Authentication Support](https://github.com/grpc/grpc/blob/master/doc/grpc-auth-support.md) introduces authentication support in gRPC with supported mechanisms and examples.
1167+
- Discover more about [gRPC concepts](/docs/guides/concepts.html), including RPC life-cycle, synchronous and asynchronous calls, deadlines, and more.
1168+
- Read a detailed description of the [gRPC over HTTP2 protocol](/docs/guides/wire.html).
1169+
- [gRPC Authentication Support](/docs/guides/auth.html) introduces authentication support in gRPC with supported mechanisms and examples.

0 commit comments

Comments
 (0)