doc/book/en/devweb/ajax.rst
branchstable
changeset 8480 086cff6a306a
parent 8128 0a927fe4541b
--- a/doc/book/en/devweb/ajax.rst	Fri Jul 20 10:46:27 2012 +0200
+++ b/doc/book/en/devweb/ajax.rst	Fri Jul 20 10:25:55 2012 +0200
@@ -7,6 +7,6 @@
 
 You can, for instance, register some python functions that will become
 callable from javascript through ajax calls. All the ajax URLs are handled
-by the ``AjaxController`` controller.
+by the :class:`cubicweb.web.views.ajaxcontroller.AjaxController` controller.
 
 .. automodule:: cubicweb.web.views.ajaxcontroller