Skip to content

Commit 8d1aabc

Browse files
committed
docs: add link
1 parent bf5260e commit 8d1aabc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/tutorial/static_pages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Now, when the requested page does exist, it is loaded, including the header and
9393
footer, and returned to the user. If a controller returns a string, it is
9494
displayed to the user.
9595

96-
.. note:: Controllers must return a string or a Response object.
96+
.. note:: Controllers must return a string or a :doc:`Response <../outgoing/response>` object.
9797

9898
If the requested page doesn't exist, a "404 Page not found" error is shown.
9999

0 commit comments

Comments
 (0)