From f02dc513c823eff47b695ba0652ac6f20621beba Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 9 Mar 2016 08:36:44 -0800 Subject: [PATCH] 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 --- doc/contribute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 git-codereview, discussed below, helps manage the code review process through a Google-hosted instance of the code review -system called Gerrit. +system called Gerrit.

Set up authentication for code review

-- 2.48.1