From 7edc962a942e4a9d5e06dde79299f7fc5605f000 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Sat, 14 Apr 2018 00:23:09 +0530 Subject: content: update all golang.org links to https Ran sed -i 's/\[\[http:\/\/golang.org/\[\[https:\/\/golang.org/g' *.article Change-Id: I88acc5104e1a3fc5e9a1cf11b600b657202d8997 Reviewed-on: https://go-review.googlesource.com/106955 Run-TryBot: Andrew Bonventre TryBot-Result: Gobot Gobot Reviewed-by: Andrew Bonventre --- content/first-go-program.article | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/first-go-program.article') diff --git a/content/first-go-program.article b/content/first-go-program.article index 3e31585..9628965 100644 --- a/content/first-go-program.article +++ b/content/first-go-program.article @@ -7,7 +7,7 @@ Andrew Gerrand * Introduction Brad Fitzpatrick and I (Andrew Gerrand) recently started restructuring -[[http://golang.org/cmd/godoc/][godoc]], and it occurred to me that it is one +[[https://golang.org/cmd/godoc/][godoc]], and it occurred to me that it is one of the oldest Go programs. Robert Griesemer started writing it back in early 2009, and we're still using it today. @@ -52,7 +52,7 @@ The program parses and prints an It takes no user input and has no imports, relying only on the built-in `print` facility for output. It was written literally the first day there was a -[[http://golang.org/change/8b8615138da3][working but rudimentary compiler]]. +[[https://golang.org/change/8b8615138da3][working but rudimentary compiler]]. Much of the language wasn't implemented and some of it wasn't even specified. Still, the basic flavor of the language today is recognizable in this program. -- cgit v1.2.3