From 96c40de7b412e3ba23bb3e62190b97821e24c303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Thu, 21 Jul 2016 17:27:31 +0200 Subject: [PATCH] Update documentation links --- kinto_changes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kinto_changes/__init__.py b/kinto_changes/__init__.py index 538ddda..12c961a 100644 --- a/kinto_changes/__init__.py +++ b/kinto_changes/__init__.py @@ -4,5 +4,5 @@ def includeme(config): description="Track modifications of records in Kinto and store" " the collection timestamps into a specific bucket" " and collection.", - url="http://kinto.readthedocs.io/en/latest/api/1.x/" + url="http://kinto.readthedocs.io/en/latest/tutorials/" "synchronisation.html#polling-for-remote-changes")