From 62c79565ac9beea2ff348103469dfc5c4d88a775 Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Date: Wed, 29 Apr 2015 15:36:15 +0530 Subject: [PATCH] Fix 2scoops link and minor typo - new home of two scoops is http://twoscoopspress.org/ --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7afd284a..e6727ed7 100644 --- a/README.rst +++ b/README.rst @@ -146,7 +146,7 @@ There are only classes, Env and Path True >>> open('.myenv', 'a').write('DEBUG=on') - >>> environ.Env.read_env('.`myenv') # or env.read_env('.myenv') + >>> environ.Env.read_env('.myenv') # or env.read_env('.myenv') >>> env('DEBUG') True @@ -284,7 +284,7 @@ Credits .. _12factor: http://www.12factor.net/ .. _12factor-django: http://www.wellfireinteractive.com/blog/easier-12-factor-django/ -.. _`Two Scoops of Django`: https://django.2scoops.org (book) +.. _`Two Scoops of Django`: http://twoscoopspress.org/ .. _Distribute: http://pypi.python.org/pypi/distribute