summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.3.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-27 03:01:19 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-27 03:01:19 -0800
commit4c914ede7e790395a193003265eec87ea317acb4 (patch)
tree2b95fd2470c8e92f053239a4ed0587f056c741ca /docs/whatsnew-1.3.rst
parent8478a3e4bc2e9b5f77edb107e95c4e045e54811d (diff)
downloadpyramid-4c914ede7e790395a193003265eec87ea317acb4.tar.gz
pyramid-4c914ede7e790395a193003265eec87ea317acb4.tar.bz2
pyramid-4c914ede7e790395a193003265eec87ea317acb4.zip
Fix links after running linkcheck, excluding HISTORY.txt, a local link, and a bad link in WebOb docs
Diffstat (limited to 'docs/whatsnew-1.3.rst')
-rw-r--r--docs/whatsnew-1.3.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst
index a09dc68a2..f0a13f50d 100644
--- a/docs/whatsnew-1.3.rst
+++ b/docs/whatsnew-1.3.rst
@@ -269,15 +269,15 @@ Minor Feature Additions
- Responses generated by Pyramid's :class:`pyramid.static.static_view` now use
a ``wsgi.file_wrapper`` (see
- http://www.python.org/dev/peps/pep-0333/#optional-platform-specific-file-handling)
+ https://www.python.org/dev/peps/pep-0333/#optional-platform-specific-file-handling)
when one is provided by the web server.
- The :meth:`pyramid.config.Configurator.scan` method can be passed an
``ignore`` argument, which can be a string, a callable, or a list
consisting of strings and/or callables. This feature allows submodules,
subpackages, and global objects from being scanned. See
- http://readthedocs.org/docs/venusian/en/latest/#ignore-scan-argument for
- more information about how to use the ``ignore`` argument to ``scan``.
+ https://docs.pylonsproject.org/projects/venusian/en/latest/#ignore-scan-argument
+ for more information about how to use the ``ignore`` argument to ``scan``.
- Add :meth:`pyramid.config.Configurator.add_traverser` API method. See
:ref:`changing_the_traverser` for more information. This is not a new
@@ -494,7 +494,7 @@ Known Issues
``setup.py develop`` command again, and it will complete successfully.
This is due to a minor bug in SQLAlchemy 0.7.5 under Python 3, and has been
fixed in a later SQLAlchemy release. Keep an eye on
- http://www.sqlalchemy.org/trac/ticket/2421
+ https://github.com/sqlalchemy/sqlalchemy/issues/2421
Documentation Enhancements
--------------------------