From: Andrey Bokhanko Date: Mon, 21 Dec 2020 16:33:55 +0000 (+0000) Subject: doc: fix a typo in contribute.html X-Git-Tag: go1.16rc1~145 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=49d0b239cb;p=gostls13.git 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 --- 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 .