aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2016-03-09 08:36:44 -0800
committerAndrew Gerrand <adg@golang.org>2016-04-14 05:25:32 +0000
commit3778f798c66834f116a75d0be4dd6b6c4a2f52ae (patch)
tree97afc01b407213ff3d1036a10a3feb42cdf9b8db
parente86286bd2b1297caf9ce7c022db7dd1c3080d50e (diff)
downloadgo-3778f798c66834f116a75d0be4dd6b6c4a2f52ae.tar.gz
go-3778f798c66834f116a75d0be4dd6b6c4a2f52ae.zip
doc: fix bogus HTML in contribute.html
Introduced in https://golang.org/cl/20462 Change-Id: I6c55f87228f0980058a10f204b57ead7594e3492 Reviewed-on: https://go-review.googlesource.com/20490 Reviewed-by: Andrew Gerrand <adg@golang.org> Reviewed-on: https://go-review.googlesource.com/22075 Reviewed-by: Minux Ma <minux@golang.org>
-rw-r--r--doc/contribute.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contribute.html b/doc/contribute.html
index b624c6675c..59b3d20a51 100644
--- a/doc/contribute.html
+++ b/doc/contribute.html
@@ -78,7 +78,7 @@ no matter who makes the change.
A custom git command called <code>git-codereview</code>,
discussed below, helps manage the code review process through a Google-hosted
<a href="https://go-review.googlesource.com/">instance</a> of the code review
-system called <a https://www.gerritcodereview.com/">Gerrit</a>.
+system called <a href="https://www.gerritcodereview.com/">Gerrit</a>.
</p>
<h3 id="auth">Set up authentication for code review</h3>