Skip to content

Commit 5c0f24a

Browse files
iasthcdvyukov
authored andcommitted
Fix the link to Go Modules page
1 parent 0701ec3 commit 5c0f24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ information is also served via http (see the ```-http``` flag).
138138

139139
## Modules support
140140

141-
go-fuzz has preliminary support for fuzzing [Go Modules](github.com/golang/go/wiki/Modules).
141+
go-fuzz has preliminary support for fuzzing [Go Modules](https://github.com/golang/go/wiki/Modules).
142142
go-fuzz respects the standard `GO111MODULE` environment variable, which can be set to `on`, `off`, or `auto`.
143143

144144
go-fuzz-build will add a `require` for `github.com/dvyukov/go-fuzz` to your go.mod. If desired, you may remove this once the build is complete.

0 commit comments

Comments
 (0)