Update URLs and import paths to new GitHub home.
diff --git a/proto/lib.go b/proto/lib.go
index 46a4416..e8b6549 100644
--- a/proto/lib.go
+++ b/proto/lib.go
@@ -1,7 +1,7 @@
// Go support for Protocol Buffers - Google's data interchange format
//
// Copyright 2010 The Go Authors. All rights reserved.
-// http://code.google.com/p/goprotobuf/
+// https://github.com/golang/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
@@ -89,7 +89,7 @@
package example
- import "code.google.com/p/goprotobuf/proto"
+ import "github.com/golang/protobuf/proto"
type FOO int32
const (
@@ -168,7 +168,7 @@
import (
"log"
- "code.google.com/p/goprotobuf/proto"
+ "github.com/golang/protobuf/proto"
"./example.pb"
)