diff options
| author | Michael Merickel <michael@merickel.org> | 2016-02-07 14:00:20 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-02-07 14:00:20 -0600 |
| commit | ed04017d5a8e82db2e46412f841c55d83ef062b0 (patch) | |
| tree | cc8e032c2a85d9fee45e68f7f3501046c8bec8ed /docs/conf.py | |
| parent | 899c5b0147aee66c77f2ad8e4fbc6307c0817715 (diff) | |
| download | pyramid-ed04017d5a8e82db2e46412f841c55d83ef062b0.tar.gz pyramid-ed04017d5a8e82db2e46412f841c55d83ef062b0.tar.bz2 pyramid-ed04017d5a8e82db2e46412f841c55d83ef062b0.zip | |
fix pyramid_tm url
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 1004e1cf9..a895bc6c3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,7 +69,7 @@ intersphinx_mapping = { 'python': ('http://docs.python.org', None), 'python3': ('http://docs.python.org/3', None), 'sqla': ('http://docs.sqlalchemy.org/en/latest', None), - 'tm': ('http://docs.pylonsproject.org/projects/pyramid_tm/en/latest/', None), + 'tm': ('http://docs.pylonsproject.org/projects/pyramid-tm/en/latest/', None), 'toolbar': ('http://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest', None), 'tstring': ('http://docs.pylonsproject.org/projects/translationstring/en/latest', None), 'tutorials': ('http://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/', None), |
