From 49d0b239cb83e62c7b67e68ef9440ddc055a9c53 Mon Sep 17 00:00:00 2001 From: Andrey Bokhanko Date: Mon, 21 Dec 2020 16:33:55 +0000 Subject: [PATCH] doc: fix a typo in contribute.html A fix for a trivial (yet still confusing for neophytes like me!) typo in contribute.html. Change-Id: Ic68673fb2a3855c2b9e8042047087450e8793e6b Reviewed-on: https://go-review.googlesource.com/c/go/+/279452 Reviewed-by: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov Run-TryBot: Ian Lance Taylor TryBot-Result: Go Bot --- doc/contribute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contribute.html b/doc/contribute.html index f297477fe0..0113a1be5d 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -1129,7 +1129,7 @@ sometimes required because the standard library code you're modifying might require a newer version than the stable one you have installed).
-$ cd $GODIR/src/hash/sha1
+$ cd $GODIR/src/crypto/sha1
 $ [make changes...]
 $ $GODIR/bin/go test .
 
-- 2.50.0