[fidl] Link to the fidl tutorial from the fidl docs entrypoint

Change-Id: I4557ae867b7a8160018bdd03f6e1abef7f6af5b0
diff --git a/docs/fidl/index.md b/docs/fidl/index.md
index 5e386de..a938aff 100644
--- a/docs/fidl/index.md
+++ b/docs/fidl/index.md
@@ -11,6 +11,7 @@
 *   [FIDL: C Language Bindings]
 *   [FIDL: C++ Language Bindings]
 *   [FIDL Examples]: Some small example code used during development
+*   [FIDL Tutorial]: A tutorial on using FIDL services in several languages
 
 <!-- Reference links because these are used again below. -->
 
@@ -20,6 +21,7 @@
 [FIDL: C Language Bindings]: c-language-bindings.md
 [FIDL: C++ Language Bindings]: c++-language-bindings.md
 [FIDL Examples]: ../../system/host/fidl/examples
+[FIDL Tutorial]: https://fuchsia.googlesource.com/docs/+/master/development/languages/fidl/tutorial.md
 
 [TOC]