diff options
author | Brad Fitzpatrick <bradfitz@golang.org> | 2016-03-09 08:36:44 -0800 |
---|---|---|
committer | Brad Fitzpatrick <bradfitz@golang.org> | 2016-03-09 22:16:43 +0000 |
commit | f02dc513c823eff47b695ba0652ac6f20621beba (patch) | |
tree | 728cef8f3894e5b4ef96bdf016633e663af35c2a | |
parent | 0ac0e22fa767b36e38e6d12fb30e386bf7456509 (diff) | |
download | go-git-f02dc513c823eff47b695ba0652ac6f20621beba.tar.gz |
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>
-rw-r--r-- | doc/contribute.html | 2 |
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> |