diff options
author | Ian Lance Taylor <iant@golang.org> | 2020-06-16 13:04:20 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-06-17 05:09:48 +0000 |
commit | 9bb95400c0d2bf0f5bbb6ad982a0227ab9669fa1 (patch) | |
tree | a1333a34ff7cb72d08be08c01c03bc0c304c17f2 /content/generics-next-step.article | |
parent | d471fca6af04d072bc9753b29e2aaff4ba111fdc (diff) |
content/generics-next-step: linkify reference to issue tracker
Change-Id: Ia7e453fb9684baf194b5c2b1c7236493b6ad5781
Reviewed-on: https://go-review.googlesource.com/c/blog/+/238008
Reviewed-by: Robert Griesemer <gri@golang.org>
Diffstat (limited to 'content/generics-next-step.article')
-rw-r--r-- | content/generics-next-step.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/generics-next-step.article b/content/generics-next-step.article index c162f94..72014d3 100644 --- a/content/generics-next-step.article +++ b/content/generics-next-step.article @@ -110,7 +110,7 @@ specific topics. If you find bugs in the generics type checker or the translation tool, they should be filed in the standard Go issue tracker at -https://golang.org/issue. +[https://golang.org/issue](https://golang.org/issue). Please start the issue title with `cmd/go2go:`. Note that the issue tracker is not the best place to discuss changes to the language, because it does not provide threading and it is not |