Fix link syntax in contributing.html

--
MOS_MIGRATED_REVID=98726499
diff --git a/site/contributing.md b/site/contributing.md
index a512555..26744ae 100644
--- a/site/contributing.md
+++ b/site/contributing.md
@@ -18,7 +18,7 @@
 
 <!-- Our markdown parser doesn't support nested lists. -->
 <ol>
-<li>Read the [Bazel governance plan](governance.html).</li>
+<li>Read the <a href="governance.html">Bazel governance plan</a>.</li>
 <li>Discuss your plan and design, and get agreement on our <a href="https://groups.google.com/forum/#!forum/bazel-dev">mailing list</a>.
 <li>Prepare a git commit that implements the feature. Don't forget to add tests.
 <li>Create a new code review on <a href="https://bazel-review.googlesource.com">Gerrit</a>