Skip to content

Commit

Permalink
Fix readthedocs links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed May 12, 2016
1 parent 0e93523 commit 5d4f614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ To enable this, specify the number of retries on the client:
retry=10)
The Kinto protocol lets the server `define the duration in seconds between retries
<http://kinto.readthedocs.org/en/latest/api/1.x/cliquet/backoff.html#retry-after-indicators>`_.
<https://kinto.readthedocs.io/en/latest/api/1.x/cliquet/backoff.html#retry-after-indicators>`_.
It is possible (but not recommended) to force this value in the clients:

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
keywords="web services",
author='Mozilla Services',
author_email='storage@mozilla.com',
url='https://kintoclient.readthedocs.org',
url='https://github.com/Kinto/kinto.py/',
packages=find_packages(),
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 5d4f614

Please sign in to comment.