Fix a broken link
diff --git a/docs/writing_stardoc.md b/docs/writing_stardoc.md
index fa9cf06..a365381 100644
--- a/docs/writing_stardoc.md
+++ b/docs/writing_stardoc.md
@@ -11,7 +11,7 @@
inline documentation as well as evaluates the Starlark code to determine the
types for rule attributes. Stardoc will, by default, generate documentation for
all rules, macros, and functions reachable from a target `.bzl` file.
-See [Generating Stardoc][generating_stardoc.md] for details on limiting the
+See [Generating Stardoc](generating_stardoc.md) for details on limiting the
symbols for which stardoc generates documentation.
<a name="rule-documentation"></a>