From db3b743a584510092d8a6eeffc2c12965eb5c5f1 Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Thu, 7 Mar 2019 08:22:57 +0200 Subject: [PATCH] Use HTTPS for gif in README (#3498) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3a46889..481b992b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ well as adds/removes packages from your `Pipfile` as you install/uninstall packages. It also generates the ever-important `Pipfile.lock`, which is used to produce deterministic builds. -![image](http://media.kennethreitz.com.s3.amazonaws.com/pipenv.gif) +![image](https://s3.amazonaws.com/media.kennethreitz.com/pipenv.gif) The problems that Pipenv seeks to solve are multi-faceted: