From 3778f798c66834f116a75d0be4dd6b6c4a2f52ae 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 Reviewed-on: https://go-review.googlesource.com/22075 Reviewed-by: Minux Ma --- 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.50.0