Globally replace http:// with https://

[NO TESTS NEEDED] Hopefully existing tests will find issues.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2021-08-26 13:15:23 -04:00
parent 94c37d7d47
commit 8469417040
15 changed files with 21 additions and 21 deletions

View File

@ -18,7 +18,7 @@ $ brew install go go-md2man
You can obtain the latest source code for Podman from its github repository.
```
$ git clone http://github.com/containers/podman go/src/github.com/containers/podman
$ git clone https://github.com/containers/podman go/src/github.com/containers/podman
```
## Build client