Skip to content

Commit ed5ffa2

Browse files
committed
update codeigniter docs url, fixed extra space
1 parent 5835a2e commit ed5ffa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $routes->get('register', '\App\Controllers\Auth\RegisterController::registerView
2727
## Custom Redirect URLs
2828

2929
By default, a successful login or register attempt will all redirect to `/`, while a logout action
30-
will redirect to a [named route](https://codeigniter4.github.io/CodeIgniter4/incoming/routing.html#using-named-routes "See routing docs") `login` or a *URI path* `/login`. You can change the default URLs used within the `Auth` config file:
30+
will redirect to a [named route](https://codeigniter.com/user_guide/incoming/routing.html#using-named-routes "See routing docs") `login` or a *URI path* `/login`. You can change the default URLs used within the `Auth` config file:
3131

3232
```php
3333
public array $redirects = [

0 commit comments

Comments
 (0)