[fidl][docs] Fix reference examples

Change-Id: Idd996e0181044225d13f3dfa1cbe2c9455f77a80
diff --git a/docs/development/api/fidl.md b/docs/development/api/fidl.md
index b7b938a..b48b86ee 100644
--- a/docs/development/api/fidl.md
+++ b/docs/development/api/fidl.md
@@ -469,11 +469,11 @@
 pattern:
 
 ```fidl
-/// See fuchsia.library.ProtocolName/Method for more information.
+/// See fuchsia.library/ProtocolName.Method for more information.
 ```
 
 When referring to a protocol in the same library as the comment, the library
-name may be left off: `ProtocolName/Method`.
+name may be left off: `ProtocolName.Method`.
 
 Similarly, when referring to a method in the same protocol as the comment,
 the library name and protocol name may be left off: `Method`.