Skip to content

Commit c1d68ce

Browse files
committed
docs: make doc link paths relative
1 parent 3ace0bf commit c1d68ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/incoming/filters.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Controller Filters
66
:local:
77
:depth: 2
88

9-
Controller Filters allow you to perform actions either before or after the controllers execute. Unlike :doc:`events </extending/events>`,
9+
Controller Filters allow you to perform actions either before or after the controllers execute. Unlike :doc:`events <../extending/events>`,
1010
you can choose the specific URIs in which the filters will be applied to. Incoming filters may
1111
modify the Request while after filters can act on and even modify the Response, allowing for a lot of flexibility
1212
and power. Some common examples of tasks that might be performed with filters are:
@@ -60,7 +60,7 @@ This is typically used to perform redirects, like in this example:
6060
.. literalinclude:: filters/002.php
6161

6262
If a ``Response`` instance is returned, the Response will be sent back to the client and script execution will stop.
63-
This can be useful for implementing rate limiting for APIs. See :doc:`Throttler </libraries/throttler>` for an
63+
This can be useful for implementing rate limiting for APIs. See :doc:`Throttler <../libraries/throttler>` for an
6464
example.
6565

6666
.. _after-filters:
@@ -165,7 +165,7 @@ In this example, the array ``['dual', 'noreturn']`` will be passed in ``$argumen
165165
Confirming Filters
166166
******************
167167

168-
CodeIgniter has the following :doc:`command </cli/spark_commands>` to check the filters for a route.
168+
CodeIgniter has the following :doc:`command <../cli/spark_commands>` to check the filters for a route.
169169

170170
.. _spark-filter-check:
171171

0 commit comments

Comments
 (0)