Skip to content

Commit e682451

Browse files
committed
docs: use relative paths
1 parent b3405c6 commit e682451

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

user_guide_src/source/incoming/request.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ This class
1010
provides the common functionality they both need, but both cases have custom classes that extend
1111
from the Request class to add specific functionality. In practice, you will need to use these classes.
1212

13-
See the documentation for the :doc:`IncomingRequest Class </incoming/incomingrequest>` and
14-
:doc:`CURLRequest Class </libraries/curlrequest>` for more usage details.
13+
See the documentation for the :doc:`IncomingRequest Class <./incomingrequest>` and
14+
:doc:`CURLRequest Class <../libraries/curlrequest>` for more usage details.
1515

1616
***************
1717
Class Reference
@@ -96,7 +96,7 @@ Class Reference
9696
:rtype: mixed
9797

9898
This method is identical to the ``getPost()``, ``getGet()`` and ``getCookie()`` methods from the
99-
:doc:`IncomingRequest Class </incoming/incomingrequest>`, only it fetches server data (``$_SERVER``):
99+
:doc:`IncomingRequest Class <./incomingrequest>`, only it fetches server data (``$_SERVER``):
100100

101101
.. literalinclude:: request/004.php
102102

@@ -114,7 +114,7 @@ Class Reference
114114
:rtype: mixed
115115

116116
This method is identical to the ``getPost()``, ``getGet()`` and ``getCookie()`` methods from the
117-
:doc:`IncomingRequest Class </incoming/incomingrequest>`, only it fetches env data (``$_ENV``):
117+
:doc:`IncomingRequest Class <./incomingrequest>`, only it fetches env data (``$_ENV``):
118118

119119
.. literalinclude:: request/006.php
120120

0 commit comments

Comments
 (0)