Update most links in docs to use https by default

cc @thaJeztah docker/docker.github.io#13680

Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
This commit is contained in:
Peter Dave Hello
2021-10-15 06:04:36 +08:00
parent 9fab13beac
commit 417f97605f
22 changed files with 34 additions and 34 deletions

View File

@ -22,7 +22,7 @@ Options:
Returns information about a node. By default, this command renders all results
in a JSON array. You can specify an alternate format to execute a
given template for each result. Go's
[text/template](http://golang.org/pkg/text/template/) package describes all the
[text/template](https://golang.org/pkg/text/template/) package describes all the
details of the format.
> **Note**