Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Update readthedocs links. #697

Merged
merged 1 commit into from
Apr 28, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ Minor changes in the root URL (hello view):
- Cliquet ``Service`` class now has the default error handler attached (#388)
- Allow to configure info link in error responses with ``cliquet.error_info_link``
setting (#395)
- Storage backend now has a ``purge_deleted()`` to get rid of `tombstones <http://cliquet.readthedocs.org/en/latest/reference/glossary.html>`_ (#400)
- Storage backend now has a ``purge_deleted()`` to get rid of `tombstones <http://cliquet.readthedocs.io/en/latest/reference/glossary.html>`_ (#400)

**Bug fixes**

Expand Down Expand Up @@ -797,7 +797,7 @@ Minor
$ cliquet --ini production.ini migrate

- Sentry custom code was removed. Sentry logging is now managed through the
logging configuration, as explained `in docs <http://raven.readthedocs.org/en/latest/integrations/pyramid.html#logger-setup>`_.
logging configuration, as explained `in docs <http://raven.readthedocs.io/en/latest/integrations/pyramid.html#logger-setup>`_.

**New features**

Expand Down Expand Up @@ -946,7 +946,7 @@ Minor
(*Default: 50*) (#112)
- Add `StatsD <https://github.com/etsy/statsd/>`_ support,
enabled with ``cliquet.statsd_url = udp://server:port`` (#114)
- Add `Sentry <http://sentry.readthedocs.org>`_ support,
- Add `Sentry <http://sentry.readthedocs.io>`_ support,
enabled with ``cliquet.sentry_url = http://user:pass@server/1`` (#110)

**Bug fixes**
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Cliquet
:target: https://travis-ci.org/mozilla-services/cliquet

.. |readthedocs| image:: https://readthedocs.org/projects/cliquet/badge/?version=latest
:target: http://cliquet.readthedocs.org/en/latest/
:target: http://cliquet.readthedocs.io/en/latest/
:alt: Documentation Status

.. |master-coverage| image::
Expand All @@ -22,8 +22,8 @@ Cliquet
*Cliquet* is a toolkit to ease the implementation of HTTP microservices,
such as data-driven REST APIs.

* `Online documentation <http://cliquet.readthedocs.org/en/latest/>`_
* `Online documentation <http://cliquet.readthedocs.io/en/latest/>`_
* `Issue tracker <https://github.com/mozilla-services/cliquet/issues>`_
* `Contributing <http://cliquet.readthedocs.org/en/latest/contributing.html>`_
* `Contributing <http://cliquet.readthedocs.io/en/latest/contributing.html>`_
* Talks `at PyBCN <http://mozilla-services.github.io/cliquet/talks/2015.07.pybcn/>`_
and `at PyConFR <http://mozilla-services.github.io/cliquet/talks/2015.10.pyconfr/>`_
10 changes: 5 additions & 5 deletions cliquet_docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# otherwise, readthedocs.org uses their theme by default, so no need
# otherwise, readthedocs.io uses their theme by default, so no need
# to specify it


Expand Down Expand Up @@ -99,16 +99,16 @@ def setup(app):

extlinks = {
'github': ('https://github.com/%s/', ''),
'rtd': ('http://%s.readthedocs.org', '')
'rtd': ('http://%s.readthedocs.io', '')
}


# -- Options for intersphinx --------------------------------------------------

intersphinx_mapping = {
'colander': ('http://colander.readthedocs.org/en/latest/', None),
'cornice': ('http://cornice.readthedocs.org/en/latest/', None),
'pyramid': ('http://pyramid.readthedocs.org/en/latest/', None)
'colander': ('http://colander.readthedocs.io/en/latest/', None),
'cornice': ('http://cornice.readthedocs.io/en/latest/', None),
'pyramid': ('http://pyramid.readthedocs.io/en/latest/', None)
}

# -- Options for LaTeX output ---------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion cliquet_docs/ecosystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ features brought by plugins.
if settings['flush_enabled']:
config.add_api_capability("flush",
description="Flush server using endpoint",
url="http://kinto.readthedocs.org/en/latest/configuration/settings.html#activating-the-flush-endpoint")
url="http://kinto.readthedocs.io/en/latest/configuration/settings.html#activating-the-flush-endpoint")

return config.make_wsgi_app()

Expand Down
2 changes: 1 addition & 1 deletion cliquet_docs/reference/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Requires the ``raven`` package, or *Cliquet* installed with
``pip install cliquet[monitoring]``.

Sentry logging can be enabled, `as explained in official documentation
<http://raven.readthedocs.org/en/latest/integrations/pyramid.html#logger-setup>`_.
<http://raven.readthedocs.io/en/latest/integrations/pyramid.html#logger-setup>`_.

.. note::

Expand Down
4 changes: 2 additions & 2 deletions talks/2015.07.pybcn/slides.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A toolkit to build HTTP (micro)services.

* Python Meetup Barcelona
* July 2015
* https:/cliquet.readthedocs.org
* https:/cliquet.readthedocs.io

----

Expand Down Expand Up @@ -246,7 +246,7 @@ Using:
{
"data": [
{
"url": "http://cliquet.readthedocs.org",
"url": "http://cliquet.readthedocs.io",
"id": "cc103eb5-0c80-40ec-b6f5-dad12e7d975e",
"last_modified": 1437034418940,
}
Expand Down
4 changes: 2 additions & 2 deletions talks/2015.10.pyconfr/slides.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A toolkit to build HTTP (micro)services.

* PyconFR
* October 2015
* https:/cliquet.readthedocs.org
* https:/cliquet.readthedocs.io


----
Expand Down Expand Up @@ -272,7 +272,7 @@ Use Cliquet abstractions with Pyramid or Cornice !
{
"data": [
{
"url": "http://cliquet.readthedocs.org",
"url": "http://cliquet.readthedocs.io",
"id": "cc103eb5-0c80-40ec-b6f5-dad12e7d975e",
"last_modified": 1437034418940,
}
Expand Down