summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-08-10 06:18:59 -0700
committerGitHub <noreply@github.com>2021-08-10 06:18:59 -0700
commitac0225fa921ea252fdee7f10c6d07fb0f8a94911 (patch)
treee09f7bb35bf51b7828f76ce4c079a0ebba0f7a31
parented87f92b2fdc30effec1abba8fc5b2e2a34e56cc (diff)
parentf6a7b35ffad1b9d369d985ad46e81ce966ba9381 (diff)
downloaditsdangerous-ac0225fa921ea252fdee7f10c6d07fb0f8a94911.tar.gz
Merge pull request #256 from esadek/pip_link
update pip link
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index d4aefc2..9c37a82 100644
--- a/README.rst
+++ b/README.rst
@@ -21,7 +21,7 @@ Install and update using `pip`_:
pip install -U itsdangerous
-.. _pip: https://pip.pypa.io/en/stable/quickstart/
+.. _pip: https://pip.pypa.io/en/stable/getting-started/
A Simple Example