summaryrefslogtreecommitdiff
path: root/src/pkg/encoding/gob/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/encoding/gob/doc.go')
-rw-r--r--src/pkg/encoding/gob/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/encoding/gob/doc.go b/src/pkg/encoding/gob/doc.go
index c9ad18e76..96885f8de 100644
--- a/src/pkg/encoding/gob/doc.go
+++ b/src/pkg/encoding/gob/doc.go
@@ -226,7 +226,7 @@ where * signifies zero or more repetitions and the type id of a value must
be predefined or be defined before the value in the stream.
See "Gobs of data" for a design discussion of the gob wire format:
-http://blog.golang.org/2011/03/gobs-of-data.html
+http://golang.org/doc/articles/gobs_of_data.html
*/
package gob