diff -r 8e4f57e62a40 docs/sessions.txt
--- a/docs/sessions.txt	Fri Mar 14 16:17:08 2008 -0200
+++ b/docs/sessions.txt	Fri Mar 14 19:28:00 2008 -0200
@@ -106,14 +106,14 @@ It also has these three methods:
     * ``set_test_cookie()``
       Sets a test cookie to determine whether the user's browser supports
       cookies. Due to the way cookies work, you won't be able to test this
-      until the user's next page request. See "Setting test cookies" below for
+      until the user's next page request. See `Setting test cookies`_ below for
       more information.
 
     * ``test_cookie_worked()``
       Returns either ``True`` or ``False``, depending on whether the user's
       browser accepted the test cookie. Due to the way cookies work, you'll
       have to call ``set_test_cookie()`` on a previous, separate page request.
-      See "Setting test cookies" below for more information.
+      See `Setting test cookies`_ below for more information.
 
     * ``delete_test_cookie()``
       Deletes the test cookie. Use this to clean up after yourself.
