[FIX] website: url_for() does not mess up anchor links
[odoo/odoo.git] / openerp / http.py
index 004542f..e2f3024 100644 (file)
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
 
 """
-Decorators to register WSGI and RPC endpoints handlers. See doc/routing.rst.
-# TODO use sphinx ref to doc/routing.rst.
+``openerp.http`` offers decorators to register WSGI and RPC endpoints handlers.
+See :ref:`routing`.
 """
 
 from . import service