summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-27 20:11:45 +0900
committerGitHub <noreply@github.com>2018-11-27 20:11:45 +0900
commit0bdc83690cdd11a7044c8106e8fd84bf2df46d95 (patch)
tree2b95fd2470c8e92f053239a4ed0587f056c741ca /docs/narr
parentee6f85bcf8821c6cfe320844a176dc0f4be08a74 (diff)
parent4c914ede7e790395a193003265eec87ea317acb4 (diff)
downloadpyramid-0bdc83690cdd11a7044c8106e8fd84bf2df46d95.tar.gz
pyramid-0bdc83690cdd11a7044c8106e8fd84bf2df46d95.tar.bz2
pyramid-0bdc83690cdd11a7044c8106e8fd84bf2df46d95.zip
Merge pull request #3437 from stevepiercy/docs-linkcheck
Docs linkcheck
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/hooks.rst4
-rw-r--r--docs/narr/templates.rst2
2 files changed, 2 insertions, 4 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst
index 0dac8d426..3c02c2653 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -755,9 +755,7 @@ The API that must be implemented by a class that provides
self.physical_path_tuple = some_function_of(resource, request)
The default context URL generator is available for perusal as the class
-:class:`pyramid.traversal.ResourceURL` in the `traversal module
-<https://github.com/Pylons/pyramid/blob/master/pyramid/traversal.py>`_ of the
-:term:`Pylons` GitHub Pyramid repository.
+:class:`pyramid.traversal.ResourceURL` in the `traversal module <../_modules/pyramid/traversal.html>`_.
See :meth:`pyramid.config.Configurator.add_resource_url_adapter` for more
information.
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst
index 1ccab9d3c..e5244e1ad 100644
--- a/docs/narr/templates.rst
+++ b/docs/narr/templates.rst
@@ -456,6 +456,6 @@ templating languages including the following:
.. _pyramid_jinja2:
https://docs.pylonsproject.org/projects/pyramid-jinja2/en/latest/
-.. _Mako: http://www.makotemplates.org/
+.. _Mako: https://www.makotemplates.org/
.. _pyramid_mako:
https://docs.pylonsproject.org/projects/pyramid-mako/en/latest/