Skip to content

Commit 37ed756

Browse files
committed
docs: remove unneeded ?highlight in URLs
1 parent 8e97c8f commit 37ed756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ auth-rates | Provides a good basis for rate limiting of auth-related routes.
207207
group | Checks if the user is in one of the groups passed in.
208208
permission | Checks if the user has the passed permissions.
209209

210-
These can be used in any of the [normal filter config settings](https://codeigniter.com/user_guide/incoming/filters.html?highlight=filter#globals), or [within the routes file](https://codeigniter.com/user_guide/incoming/routing.html?highlight=routs#applying-filters).
210+
These can be used in any of the [normal filter config settings](https://codeigniter.com/user_guide/incoming/filters.html#globals), or [within the routes file](https://codeigniter.com/user_guide/incoming/routing.html#applying-filters).
211211

212212
> **Note** These filters are already loaded for you by the registrar class located at **src/Config/Registrar.php**.
213213

0 commit comments

Comments
 (0)