summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2013-09-12 14:33:50 -0700
committerTres Seaver <tseaver@palladion.com>2013-09-12 14:33:50 -0700
commit1d04f8f0b483b8d595f5ada24ae5108affe80160 (patch)
tree99ea334cac32b9e16984c357b0b21caa05904184
parentd5d32d87e0efa0752ceab0b54a5a966d03834f55 (diff)
parent93137f090f24b1ffa4812b282adf95708576c1a1 (diff)
downloadpyramid-1d04f8f0b483b8d595f5ada24ae5108affe80160.tar.gz
pyramid-1d04f8f0b483b8d595f5ada24ae5108affe80160.tar.bz2
pyramid-1d04f8f0b483b8d595f5ada24ae5108affe80160.zip
Merge pull request #1122 from AdamG/master
Fix broken link to tox in HACKING
-rw-r--r--HACKING.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 684a42ee6..4ebb59160 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -21,10 +21,10 @@ checkout.
(alternately, create a writeable fork on GitHub and check that out).
Since pyramid is a framework and not an application, it can be
-convenient to work against a sample application, preferably in its
-own virtualenv. A quick way to achieve this is to (ab-)use ``tox``
-(http://codespeak.net/~hpk/tox/) with a custom configuration file that's part of
-the checkout::
+convenient to work against a sample application, preferably in its own
+virtualenv. A quick way to achieve this is to (ab-)use ``tox``
+(http://tox.readthedocs.org/en/latest/) with a custom configuration
+file that's part of the checkout::
tox -c hacking-tox.ini