aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-07-21 12:25:39 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-07-21 15:13:38 -0400
commitc9bf5064c93d72037b931ada28f6bd0d0de80489 (patch)
treeb543eab1acab04a78b72ab30eeff49264ca2b8d5 /site
parent5289891a6c253d3f90e22844a6e9c7a0552b590d (diff)
Fix link syntax in contributing.html
-- MOS_MIGRATED_REVID=98726499
Diffstat (limited to 'site')
-rw-r--r--site/contributing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/contributing.md b/site/contributing.md
index a512555b1c..26744ae1f3 100644
--- a/site/contributing.md
+++ b/site/contributing.md
@@ -18,7 +18,7 @@ a lot of time in a patch.
<!-- 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>