Update URLs and import paths to new GitHub home.
diff --git a/Make.protobuf b/Make.protobuf
index 0b0ff0c..15071de 100644
--- a/Make.protobuf
+++ b/Make.protobuf
@@ -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
@@ -33,7 +33,7 @@
 # (Google protocol buffer descriptions).
 # Typical use if myproto.proto is a file in package mypackage in this directory:
 #
-#	include $(GOROOT)/src/pkg/code.google.com/p/goprotobuf/Make.protobuf
+#	include $(GOROOT)/src/pkg/github.com/golang/protobuf/Make.protobuf
 
 %.pb.go:	%.proto
 	protoc --go_out=. $<