diff options
| author | John Anderson <sontek@gmail.com> | 2015-01-01 22:02:17 -0800 |
|---|---|---|
| committer | John Anderson <sontek@gmail.com> | 2015-01-01 22:02:17 -0800 |
| commit | 538fd5cc68a59dbaa577aa4c6ff89cc7c7fa421f (patch) | |
| tree | 5fe59ae987c429d8dea0babbde26ee91f41ff34f /docs/conf.py | |
| parent | 582c2ed180120d07c825e4897350f5d1a6285afa (diff) | |
| parent | 731a8e8380bbf9b41298c0417795e68899b91953 (diff) | |
| download | pyramid-538fd5cc68a59dbaa577aa4c6ff89cc7c7fa421f.tar.gz pyramid-538fd5cc68a59dbaa577aa4c6ff89cc7c7fa421f.tar.bz2 pyramid-538fd5cc68a59dbaa577aa4c6ff89cc7c7fa421f.zip | |
Merge branch 'master' of https://github.com/sontek/pyramid into support_more_features_in_routes
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': |
