diff options
author | Brad Fitzpatrick <bradfitz@golang.org> | 2018-04-13 19:58:08 +0000 |
---|---|---|
committer | Brad Fitzpatrick <bradfitz@golang.org> | 2018-04-13 20:25:50 +0000 |
commit | 6788987eaeb886066958855e0dd2b12778204543 (patch) | |
tree | a830ab11aad55293f6e3d294538d9332c43754c2 /content/5years.article | |
parent | 7edc962a942e4a9d5e06dde79299f7fc5605f000 (diff) |
content: change more links from http to https
talks.golang.org
blog.golang.org
godoc.org
swtch.com
And few misc ones done by hand.
Change-Id: Ia2c4fee630814a1ef3b143098bbac3edd6a45064
Reviewed-on: https://go-review.googlesource.com/106977
Reviewed-by: Andrew Bonventre <andybons@golang.org>
Diffstat (limited to 'content/5years.article')
-rw-r--r-- | content/5years.article | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/content/5years.article b/content/5years.article index 4c86432..dcef847 100644 --- a/content/5years.article +++ b/content/5years.article @@ -27,14 +27,14 @@ kernel of the Go community. After the initial release, it took us a while to properly communicate the goals and design ethos behind Go. Rob Pike did so eloquently in his 2012 essay -[[http://talks.golang.org/2012/splash.article][_Go_at_Google:_Language_Design_in_the_Service_of_Software_Engineering_]] and +[[https://talks.golang.org/2012/splash.article][_Go_at_Google:_Language_Design_in_the_Service_of_Software_Engineering_]] and more personally in his blog post -[[http://commandcenter.blogspot.com.au/2012/06/less-is-exponentially-more.html][_Less_is_exponentially_more_]]. +[[https://commandcenter.blogspot.com.au/2012/06/less-is-exponentially-more.html][_Less_is_exponentially_more_]]. Andrew Gerrand's [[http://vimeo.com/53221560][_Code_that_grows_with_grace_]] -([[http://talks.golang.org/2012/chat.slide][slides]]) and +([[https://talks.golang.org/2012/chat.slide][slides]]) and [[https://www.youtube.com/watch?v=dKGmK_Z1Zl0][_Go_for_Gophers_]] -([[http://talks.golang.org/2014/go4gophers.slide][slides]]) give a +([[https://talks.golang.org/2014/go4gophers.slide][slides]]) give a more in-depth, technical take on Go's design philosophy. Over time, the few became many. The turning point for the project was the @@ -47,9 +47,9 @@ metrics, the Go community is growing faster than we believed possible. Where can those gophers be found? They are at the many Go events that are popping up around the world. This year we saw several dedicated Go conferences: -the inaugural [[http://blog.golang.org/gophercon][GopherCon]] and +the inaugural [[https://blog.golang.org/gophercon][GopherCon]] and [[http://www.dotgo.eu/][dotGo]] conferences in Denver and Paris, the -[[http://blog.golang.org/fosdem14][Go DevRoom at FOSDEM]] and two more +[[https://blog.golang.org/fosdem14][Go DevRoom at FOSDEM]] and two more instances of the biannual [[https://github.com/GoCon/GoCon][GoCon]] conference in Tokyo. At each event, gophers from around the globe eagerly presented their Go projects. For the Go team, it is very satisfying to meet so many programmers |