diff options
| author | Katie Hockman <katie@golang.org> | 2021-06-04 09:59:55 -0400 |
|---|---|---|
| committer | Katie Hockman <katie@golang.org> | 2021-06-04 19:19:27 +0000 |
| commit | bf337fcb5906e516108ecf20b5da58585558d7f2 (patch) | |
| tree | 13bb038180d1e92cf7b068d59dbe6bebf4a26f78 | |
| parent | 9478f6c83f66c83f900ef31ec17254d1edbee5bd (diff) | |
| download | go-x-website-bf337fcb5906e516108ecf20b5da58585558d7f2.tar.xz | |
blog/_content/fuzz-beta.article: fix link to file issue
The link provided to file an issue defaulted to a
template which cleared out the body. Remove that
part of the link so the issue defaults to the
regular issue body template.
Change-Id: I8b82a297394fd11c70e802cdba551bffc3f98508
Reviewed-on: https://go-review.googlesource.com/c/website/+/325069
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
| -rw-r--r-- | blog/_content/fuzz-beta.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/_content/fuzz-beta.article b/blog/_content/fuzz-beta.article index b041d4fa..dca52c6b 100644 --- a/blog/_content/fuzz-beta.article +++ b/blog/_content/fuzz-beta.article @@ -123,7 +123,7 @@ helpful feedback about the design in preparation for a merge to master. If you experience any problems or have an idea for a feature request, please [file an -issue](https://github.com/golang/go/issues/new/?&labels=fuzz&title=%5Bdev%2Efuzz%5D&milestone=backlog&body=). +issue](https://github.com/golang/go/issues/new/?&labels=fuzz&title=%5Bdev%2Efuzz%5D&milestone=backlog). For discussion and general feedback about the feature, you can also participate in the [#fuzzing channel](https://gophers.slack.com/archives/CH5KV1AKE) in |
