summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-11-30 23:07:16 -0800
committerChris McDonough <chrism@plope.com>2011-11-30 23:07:16 -0800
commit5febb767172726740f8adea6d04a19ba1cdb8b64 (patch)
tree904cd78e577d5d79f5929ef218875a8e76d82c09 /docs/narr
parent2cab221bedf454629bf2f1e30c0f9d91cf57d455 (diff)
parentf75a3f07b0a5699f99b89d93b4e3a66beea21ac1 (diff)
downloadpyramid-5febb767172726740f8adea6d04a19ba1cdb8b64.tar.gz
pyramid-5febb767172726740f8adea6d04a19ba1cdb8b64.tar.bz2
pyramid-5febb767172726740f8adea6d04a19ba1cdb8b64.zip
Merge pull request #362 from cd34/master
https://docs.pylonsproject.org to http://docs.pylonsproject.org as readthedocs.org doesn't support https
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/introduction.rst4
-rw-r--r--docs/narr/logging.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst
index 2387db6a7..7c6ad00f3 100644
--- a/docs/narr/introduction.rst
+++ b/docs/narr/introduction.rst
@@ -219,7 +219,7 @@ that the Pyramid core doesn't. Add-on packages already exist which let you
easily send email, let you use the Jinja2 templating system, let you use
XML-RPC or JSON-RPC, let you integrate with jQuery Mobile, etc.
-Examples: https://docs.pylonsproject.org/docs/pyramid.html#pyramid-add-on-documentation
+Examples: http://docs.pylonsproject.org/docs/pyramid.html#pyramid-add-on-documentation
Class-based and function-based views
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -842,7 +842,7 @@ official narrative docs. In any case, the Pyramid documentation is
comprehensive.
Example: The rest of this documentation and the cookbook at
-https://docs.pylonsproject.org/projects/pyramid_cookbook/dev/ .
+http://docs.pylonsproject.org/projects/pyramid_cookbook/dev/ .
.. index::
single: Pylons Project
diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst
index 5377d0c66..f9f72270f 100644
--- a/docs/narr/logging.rst
+++ b/docs/narr/logging.rst
@@ -291,7 +291,7 @@ Logging Exceptions
To log (or email) exceptions generated by your :app:`Pyramid` application,
use the :term:`pyramid_exclog` package. Details about its configuration are
in its `documentation
-<https://docs.pylonsproject.org/projects/pyramid_exclog/dev/>`_.
+<http://docs.pylonsproject.org/projects/pyramid_exclog/dev/>`_.
Request Logging with Paste's TransLogger
----------------------------------------