Skip to content

Commit

Permalink
Update readthedocs links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Apr 28, 2016
1 parent f33ba52 commit 094df85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -8,4 +8,4 @@ Cornice

**Cornice** provides helpers to build & document Web Services with Pyramid.

The full doc is located at: http://cornice.readthedocs.org
The full doc is located at: http://cornice.readthedocs.io
2 changes: 1 addition & 1 deletion cornice/service.py
Expand Up @@ -148,7 +148,7 @@ class Service(object):
here.
See
http://readthedocs.org/docs/pyramid/en/1.0-branch/glossary.html#term-acl
https://pyramid.readthedocs.io/en/1.0-branch/glossary.html#term-acl
for more information about ACLs.
Service cornice instances also have methods :meth:`~get`, :meth:`~post`,
Expand Down
2 changes: 1 addition & 1 deletion cornice/util.py
Expand Up @@ -40,7 +40,7 @@ class _JsonRenderer(object):
.. _`[1]`: https://github.com/mozilla-services/cornice/pull/116 \
#issuecomment-14355865
.. _`[2]`: http://pyramid.readthedocs.org/en/latest/narr/renderers.html \
.. _`[2]`: http://pyramid.readthedocs.io/en/latest/narr/renderers.html \
#serializing-custom-objects
"""
acceptable = ('application/json', 'text/json', 'text/plain')
Expand Down

0 comments on commit 094df85

Please sign in to comment.