Skip to content

Commit eee7759

Browse files
committed
docs: make doc link paths relative
1 parent 3b04156 commit eee7759

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/incoming/message.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The Message class provides an interface to the portions of an HTTP message that
66
requests and responses, including the message body, protocol version, utilities for working with
77
the headers, and methods for handling content negotiation.
88

9-
This class is the parent class that both the :doc:`Request Class </incoming/request>` and the
10-
:doc:`Response Class </outgoing/response>` extend from.
9+
This class is the parent class that both the :doc:`Request Class <../incoming/request>` and the
10+
:doc:`Response Class <../outgoing/response>` extend from.
1111

1212
***************
1313
Class Reference
@@ -47,7 +47,7 @@ Class Reference
4747
:returns: void
4848

4949
Scans and parses the headers found in the SERVER data and stores it for later access.
50-
This is used by the :doc:`IncomingRequest Class </incoming/incomingrequest>` to make
50+
This is used by the :doc:`IncomingRequest Class <../incoming/incomingrequest>` to make
5151
the current request's headers available.
5252

5353
The headers are any SERVER data that starts with ``HTTP_``, like ``HTTP_HOST``. Each message

0 commit comments

Comments
 (0)