Skip to content

Commit abbc489

Browse files
committed
fix: replace links with stable version of UG
1 parent e90186b commit abbc489

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
@@ -142,7 +142,7 @@ use to protect your routes, `session`, `tokens`, and `chained`. The first two co
142142
to see if the user is logged in through either of authenticators, allowing a single API endpoint to
143143
work for both an SPA using session auth, and a mobile app using access tokens. The fourth, `auth-rates`,
144144
provides a good basis for rate limiting of auth-related routes.
145-
These can be used in any of the [normal filter config settings](https://codeigniter4.github.io/CodeIgniter4/incoming/filters.html#globals), or [within the routes file](https://codeigniter.com/user_guide/incoming/routing.html#applying-filters).
145+
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).
146146

147147
### Protect All Pages
148148

0 commit comments

Comments
 (0)