From c7ed4ffd7955a097de60f656d3fa1e8b9093f605 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 1 Feb 2017 22:40:14 -0500 Subject: [PATCH] Update index.rst --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 6eea8d44..d7a36d14 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,7 +30,7 @@ Pipenv: Sacred Marriage of Pipfile, Pip, & Virtualenv It automatically creates and manages a virtualenv for your projects, as well as adds/removes packages from your ``Pipfile`` as you install/uninstall packages. The ``lock`` command generates a lockfile (``Pipfile.lock``). -.. image:: http://media.kennethreitz.com.s3.amazonaws.com/s8.gif +.. image:: http://media.kennethreitz.com.s3.amazonaws.com/pipenv.gif ☤ Features ----------