summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2019-08-18 10:00:23 -1000
committerGitHub <noreply@github.com>2019-08-18 10:00:23 -1000
commita232b698f78d15c36d525660399f3a1451d86977 (patch)
tree558015304fa06275a0ba89b5c9fdb742bedf5082 /docs/quick_tutorial
parentdbef47bdd0c0f1b719bc442635acb01a66cf8b5f (diff)
parentd98b838c88a9ea630f422f84d7e08eb83f3934f9 (diff)
downloadpyramid-a232b698f78d15c36d525660399f3a1451d86977.tar.gz
pyramid-a232b698f78d15c36d525660399f3a1451d86977.tar.bz2
pyramid-a232b698f78d15c36d525660399f3a1451d86977.zip
Merge pull request #3506 from Pylons/linkcheck-fixes
run linkcheck, fix redirects, change busted links to inline literals
Diffstat (limited to 'docs/quick_tutorial')
-rw-r--r--docs/quick_tutorial/jinja2.rst2
-rw-r--r--docs/quick_tutorial/routing.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tutorial/jinja2.rst b/docs/quick_tutorial/jinja2.rst
index ed9acd955..a8b562fe7 100644
--- a/docs/quick_tutorial/jinja2.rst
+++ b/docs/quick_tutorial/jinja2.rst
@@ -97,5 +97,5 @@ Extra credit
:term:`Configurator` to load ``pyramid_jinja2``'s configuration. What is
another way we could include it into the config?
-.. seealso:: `Jinja2 homepage <http://jinja.pocoo.org/>`_, and
+.. seealso:: `Jinja2 homepage <https://palletsprojects.com/p/jinja/>`_, and
:ref:`pyramid_jinja2 Overview <jinja2:overview>`
diff --git a/docs/quick_tutorial/routing.rst b/docs/quick_tutorial/routing.rst
index a6538a75f..71fb2a4d7 100644
--- a/docs/quick_tutorial/routing.rst
+++ b/docs/quick_tutorial/routing.rst
@@ -31,7 +31,7 @@ Previously we saw the basics of routing URLs to views in Pyramid.
explicit in ordering. Pyramid also gives facilities to avoid the problem.
It's relatively easy to build a system that uses implicit route ordering
with Pyramid too. See `The Groundhog series of screencasts
- <http://static.repoze.org/casts/videotags.html>`_ if you're interested in
+ <https://web.archive.org/web/20190118040819/http://static.repoze.org/casts/videotags.html>`_ if you're interested in
doing so.