web/views/ajaxcontroller.py
branchstable
changeset 8480 086cff6a306a
parent 8437 c9ab72f0645d
child 8504 f21c72928662
--- a/web/views/ajaxcontroller.py	Fri Jul 20 10:46:27 2012 +0200
+++ b/web/views/ajaxcontroller.py	Fri Jul 20 10:25:55 2012 +0200
@@ -28,7 +28,7 @@
 functions that can be called from the javascript world.
 
 To register a new remote function, either decorate your function
-with the :ref:`cubicweb.web.views.ajaxcontroller.ajaxfunc` decorator:
+with the :func:`cubicweb.web.views.ajaxcontroller.ajaxfunc` decorator:
 
 .. sourcecode:: python