README: use HTTPS for *.golang.org links

Change-Id: I65159f31896f1875174bcd02e753d239bd4e18d6
Reviewed-on: https://go-review.googlesource.com/118177
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/README.md b/README.md
index 83d9f76..2024988 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,9 @@
 implementing changes to the Go project.
 
 To learn more about Go's origins and development process, see the talks
-[How Go Was Made](http://talks.golang.org/2015/how-go-was-made.slide),
-[The Evolution of Go](http://talks.golang.org/2015/gophercon-goevolution.slide),
-and [Go, Open Source, Community](http://blog.golang.org/open-source)
+[How Go Was Made](https://talks.golang.org/2015/how-go-was-made.slide),
+[The Evolution of Go](https://talks.golang.org/2015/gophercon-goevolution.slide),
+and [Go, Open Source, Community](https://blog.golang.org/open-source)
 from GopherCon 2015.
 
 ## The Proposal Process
@@ -45,7 +45,7 @@
 
 Programs written for Go version 1.x must continue to compile and work with
 future versions of Go 1.
-The [Go 1 compatibility document](http://golang.org/doc/go1compat) describes
+The [Go 1 compatibility document](https://golang.org/doc/go1compat) describes
 the promise we have made to Go users for the future of Go 1.x.
 Any proposed change must not break this promise.