fix URL in "For questions about Go ..." to remove the fullstop at the end that was causing 404s at "https://github.com/golang/go/wiki/Questions."
diff --git a/Gardening.md b/Gardening.md
index d1a6a35..8b08466 100644
--- a/Gardening.md
+++ b/Gardening.md
@@ -23,7 +23,7 @@
While triaging the bug:
* is it a duplicate? Close it, referencing the dup.
-* is it a Question rather than a bug? Close it and reply with something like "For questions about Go, see https://golang.org/wiki/Questions."
+* is it a Question rather than a bug? Close it and reply with something like "For questions about Go, see https://golang.org/wiki/Questions"
* is the subject the correct format? It should start with the package path and a colon: "net/http: fix crash in Server during foo operation"
* is it in a subrepo? Set the milestone to "Unreleased". Unless it's a subrepo that goes into a release, like godoc or http2.
* if it is a regression and you can reproduce it, use git bisect to find the bad commit (optional but very helpful).