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/examples.article | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/examples.article') diff --git a/content/examples.article b/content/examples.article index aa0dd28..a8d5aba 100644 --- a/content/examples.article +++ b/content/examples.article @@ -6,7 +6,7 @@ Andrew Gerrand * Introduction -Godoc [[http://golang.org/pkg/testing/#hdr-Examples][examples]] are snippets of +Godoc [[https://golang.org/pkg/testing/#hdr-Examples][examples]] are snippets of Go code that are displayed as package documentation and that are verified by running them as tests. They can also be run by a user visiting the godoc web page for the package @@ -16,7 +16,7 @@ Having executable documentation for a package guarantees that the information will not go out of date as the API changes. The standard library includes many such examples -(see the [[http://golang.org/pkg/strings/#Contains][`strings` package]], +(see the [[https://golang.org/pkg/strings/#Contains][`strings` package]], for instance). This article explains how to write your own example functions. -- cgit v1.2.3