File tree Expand file tree Collapse file tree
user_guide_src/source/incoming Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ This class
1010provides the common functionality they both need, but both cases have custom classes that extend
1111from 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***************
1717Class 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
You can’t perform that action at this time.
0 commit comments