From 2e1b350b4f37c8e2275081e8b939b4f329ccc15a Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 26 Aug 2019 21:21:50 -0400 Subject: [PATCH 1/2] Fix link to GIF in README.md, add descriptive alttext --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea2bf074..8be2052e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,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](https://s3.amazonaws.com/media.kennethreitz.com/pipenv.gif) +![GIF demonstrating Pipenv's usage](https://gist.githubusercontent.com/jlusk/855d611bbcfa2b159839db73d07f6ce9/raw/7f5743401809f7e630ee8ff458faa980e19924a0/pipenv.gif) The problems that Pipenv seeks to solve are multi-faceted: From 8459c242aa0594ef816c9ca19293ba9d7bb00e39 Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 26 Aug 2019 21:26:45 -0400 Subject: [PATCH 2/2] Add news/3911.doc.rst --- news/3911.doc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/3911.doc.rst diff --git a/news/3911.doc.rst b/news/3911.doc.rst new file mode 100644 index 00000000..a5ab134f --- /dev/null +++ b/news/3911.doc.rst @@ -0,0 +1 @@ +Fix link to GIF in README.md demonstrating Pipenv's usage, and add descriptive alt text.