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/cover.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/cover.article')
-rw-r--r-- | content/cover.article | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/cover.article b/content/cover.article index c40502d..3abd67d 100644 --- a/content/cover.article +++ b/content/cover.article @@ -26,7 +26,7 @@ that builds on the technology laid down by godoc and friends. * Support for tools First, some background: What does it mean for a -[[http://talks.golang.org/2012/splash.article#TOC_17.][language to support good tooling]]? +[[https://talks.golang.org/2012/splash.article#TOC_17.][language to support good tooling]]? It means that the language makes it easy to write good tools and that its ecosystem supports the construction of tools of all flavors. @@ -50,7 +50,7 @@ correct and easy-to-read code. One example is the gofix tool, which automates the rewriting of code to use new language features or updated libraries. Gofix let us make fundamental changes to the language and libraries in the -[[http://blog.golang.org/the-path-to-go-1][run-up to Go 1.0]], +[[https://blog.golang.org/the-path-to-go-1][run-up to Go 1.0]], with the confidence that users could just run the tool to update their source to the newest version. Inside Google, we have used gofix to make sweeping changes in a huge code repository that would be almost |