diff options
| author | Changkun Ou <hi@changkun.de> | 2021-08-23 13:57:26 +0200 |
|---|---|---|
| committer | Dmitri Shuralyov <dmitshur@golang.org> | 2021-08-30 18:42:00 +0000 |
| commit | 4d79cd54029aaa550464b6983cd1a7549afa1089 (patch) | |
| tree | 80d76a14f10395de2b6263d312222eca14dd851e /go.dev | |
| parent | 80d620c2e526e20cc1da185ba5a47a1d2dc47c62 (diff) | |
| download | go-x-website-4d79cd54029aaa550464b6983cd1a7549afa1089.tar.xz | |
all: avoid invalid gccgo_install url
Change-Id: I4beb77336f21c7c64bb4efe7985503e2dfad9d2d
Reviewed-on: https://go-review.googlesource.com/c/website/+/344409
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Alexander Rakoczy <alex@golang.org>
Diffstat (limited to 'go.dev')
| -rw-r--r-- | go.dev/_content/blog/1year.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go.dev/_content/blog/1year.md b/go.dev/_content/blog/1year.md index f62379c8..af501e76 100644 --- a/go.dev/_content/blog/1year.md +++ b/go.dev/_content/blog/1year.md @@ -81,7 +81,7 @@ Go support is in the most recent [SWIG](http://www.swig.org/) release, version 2.0.1, making it easier to link against C and C++ code, and our [cgo](https://golang.org/cmd/cgo/) tool has seen many fixes and improvements. -[Gccgo](https://golang.org/doc/gccgo_install.html), +[Gccgo](https://golang.org/doc/install/gccgo), the Go front end for the GNU C Compiler, has kept pace with the gc compiler as a parallel Go implementation. It now has a working garbage collector, and has been accepted into the GCC core. |
