Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…adthedocs.org doesn't support https
  • Loading branch information
Chris Davies committed Dec 1, 2011
1 parent 2cab221 commit f75a3f0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion HISTORY.txt
Expand Up @@ -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
---------
Expand Down
4 changes: 2 additions & 2 deletions docs/glossary.rst
Expand Up @@ -921,7 +921,7 @@ Glossary
database information. :mod:`pyramid_debugtoolbar` is configured into
the ``development.ini`` of all applications which use a Pyramid
:term:`scaffold`. For more information, see
https://docs.pylonsproject.org/projects/pyramid_debugtoolbar/dev/ .
http://docs.pylonsproject.org/projects/pyramid_debugtoolbar/dev/ .

scaffold
A project template that helps users get started writing a Pyramid
Expand All @@ -934,7 +934,7 @@ Glossary
used in production applications, because the logger can be configured to
log to a file, to UNIX syslog, to the Windows Event Log, or even to
email. See its `documentation
<https://docs.pylonsproject.org/projects/pyramid_exclog/dev/>`_.
<http://docs.pylonsproject.org/projects/pyramid_exclog/dev/>`_.

console script
A script written to the ``bin`` (on UNIX, or ``Scripts`` on Windows)
Expand Down
4 changes: 2 additions & 2 deletions docs/narr/introduction.rst
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/narr/logging.rst
Expand Up @@ -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
----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/whatsnew-1.2.rst
Expand Up @@ -63,7 +63,7 @@ Scaffolding Changes
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/).

- All scaffolds now send the ``cache_max_age`` parameter to the
``add_static_view`` method.
Expand Down

0 comments on commit f75a3f0

Please sign in to comment.