From c82b08f1c958fb8deef0189f4c815d0d3da6c807 Mon Sep 17 00:00:00 2001 From: cjyabraham Date: Thu, 25 Apr 2019 13:08:48 +0700 Subject: [PATCH] fixed "Quickstart" --- content/docs/tutorials/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/tutorials/_index.md b/content/docs/tutorials/_index.md index 7d3e5a6..7a7f2a1 100644 --- a/content/docs/tutorials/_index.md +++ b/content/docs/tutorials/_index.md @@ -6,7 +6,7 @@ title: Tutorials This section contains tutorials for each of our supported languages. They introduce you to gRPC's API and associated concepts, and the different RPC types that are available. If you just want to dive straight in with a working example -first, see our [Quickstarts](/docs/quickstart). +first, see our [Quick Starts](/docs/quickstart). We also have a growing number of tutorials on follow-on topics, with more in the pipeline.