summaryrefslogtreecommitdiff
path: root/docs/narr/sessions.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-06-27 01:17:29 -0700
committerGitHub <noreply@github.com>2017-06-27 01:17:29 -0700
commit7c5880be8dcdd22b51920d2248055db3f386565e (patch)
treefd0e41d3da66c06b440ea06e32f300479972954a /docs/narr/sessions.rst
parent3fbd22d14c051d5af5001cbf954debbf7cd4b29d (diff)
parenta816a883492d530c50183e92d5a43fab07181114 (diff)
downloadpyramid-7c5880be8dcdd22b51920d2248055db3f386565e.tar.gz
pyramid-7c5880be8dcdd22b51920d2248055db3f386565e.tar.bz2
pyramid-7c5880be8dcdd22b51920d2248055db3f386565e.zip
Merge pull request #3109 from stevepiercy/master
Update all external links per `make linkcheck`
Diffstat (limited to 'docs/narr/sessions.rst')
-rw-r--r--docs/narr/sessions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst
index 7e2469d54..b34d7a4f1 100644
--- a/docs/narr/sessions.rst
+++ b/docs/narr/sessions.rst
@@ -174,10 +174,10 @@ pyramid_beaker_ Beaker_ Session factory for Pyramid
.. _PyNaCl: https://pynacl.readthedocs.io/en/latest/secret/
.. _pyramid_redis_sessions: https://pypi.python.org/pypi/pyramid_redis_sessions
-.. _Redis: http://redis.io/
+.. _Redis: https://redis.io/
.. _pyramid_beaker: https://pypi.python.org/pypi/pyramid_beaker
-.. _Beaker: http://beaker.readthedocs.org/en/latest/
+.. _Beaker: https://beaker.readthedocs.io/en/latest/
.. index::
single: session factory (custom)