diff options
| author | Chris McDonough <chrism@plope.com> | 2014-12-16 19:54:24 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2014-12-16 19:54:24 -0500 |
| commit | c5802723a4ea035076573838138878caf01735c1 (patch) | |
| tree | dfe6668ed5b4af60e88901aadb41a92e46b6c867 /docs/conf.py | |
| parent | 27db38880d46b6f4345cf86766924de976e24177 (diff) | |
| parent | 2660f5053de5383aacf4ceff3d4e05d7e73f1635 (diff) | |
| download | pyramid-c5802723a4ea035076573838138878caf01735c1.tar.gz pyramid-c5802723a4ea035076573838138878caf01735c1.tar.bz2 pyramid-c5802723a4ea035076573838138878caf01735c1.zip | |
Merge branch 'AdrianTeng-master'
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 4bc8e2172..fa4578275 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,7 +74,7 @@ intersphinx_mapping = { 'http://docs.pylonsproject.org/projects/deform/en/latest', None), 'sqla': ('http://docs.sqlalchemy.org/en/latest', None), - 'who': ('http://docs.repoze.org/who/latest', None), + 'who': ('http://repozewho.readthedocs.org/en/latest', None), 'python': ('http://docs.python.org', None), 'python3': ('http://docs.python.org/3', None), 'tstring': |
