summaryrefslogtreecommitdiff
path: root/HISTORY.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-01 02:07:34 -0500
committerChris McDonough <chrism@plope.com>2011-12-01 02:07:34 -0500
commit65fb3b371d63f59fa94ec2b5a431894eb78060be (patch)
tree904cd78e577d5d79f5929ef218875a8e76d82c09 /HISTORY.txt
parent2cab221bedf454629bf2f1e30c0f9d91cf57d455 (diff)
parent5febb767172726740f8adea6d04a19ba1cdb8b64 (diff)
downloadpyramid-65fb3b371d63f59fa94ec2b5a431894eb78060be.tar.gz
pyramid-65fb3b371d63f59fa94ec2b5a431894eb78060be.tar.bz2
pyramid-65fb3b371d63f59fa94ec2b5a431894eb78060be.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'HISTORY.txt')
-rw-r--r--HISTORY.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY.txt b/HISTORY.txt
index 956f07362..f6cf8fa87 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -456,7 +456,7 @@ Scaffolds
package at all; configuration in the ``production.ini`` file which used to
require its ``error_catcher`` middleware has been removed. Configuring
error catching / email sending is now the domain of the ``pyramid_exclog``
- package (see https://docs.pylonsproject.org/projects/pyramid_exclog/dev/).
+ package (see http://docs.pylonsproject.org/projects/pyramid_exclog/dev/).
Bug Fixes
---------