aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/compiler.go
diff options
context:
space:
mode:
authorPéter Surányi <speter.go1@gmail.com>2015-02-06 21:44:39 +0900
committerIan Lance Taylor <iant@golang.org>2015-02-06 14:41:47 +0000
commit9b6ccb13233f2977c74c73ae836212c55d342d28 (patch)
treebfe7c3917edfb338acff79e483431575e586671f /src/runtime/compiler.go
parent89669c6504abb947e0dab5994118f5cfced036db (diff)
downloadgo-9b6ccb13233f2977c74c73ae836212c55d342d28.tar.gz
go-9b6ccb13233f2977c74c73ae836212c55d342d28.zip
all: don't refer to code.google.com/p/go{,-wiki}/
Only documentation / comment changes. Update references to point to golang.org permalinks or go.googlesource.com/go. References in historical release notes under doc are left as is. Change-Id: Icfc14e4998723e2c2d48f9877a91c5abef6794ea Reviewed-on: https://go-review.googlesource.com/4060 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/runtime/compiler.go')
-rw-r--r--src/runtime/compiler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/compiler.go b/src/runtime/compiler.go
index 562a460226..f6edc95959 100644
--- a/src/runtime/compiler.go
+++ b/src/runtime/compiler.go
@@ -7,7 +7,7 @@ package runtime
// Compiler is the name of the compiler toolchain that built the
// running binary. Known toolchains are:
//
-// gc The 5g/6g/8g compiler suite at code.google.com/p/go.
+// gc The 5g/6g/8g compiler suite at go.googlesource.com/go.
// gccgo The gccgo front end, part of the GCC compiler suite.
//
const Compiler = "gc"