Merge pull request #10007 from zemiacsik/patch-5

added comment to be more specific
This commit is contained in:
Guy Sartorelli 2022-04-12 21:51:36 +12:00 committed by GitHub
commit 6639fed05e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ HTTP header.
```php
$this->redirect('goherenow');
$this->redirect($this->Link('goherenow'));
// redirect to Page::goherenow(), i.e on the contact-us page this will redirect to /contact-us/goherenow/
$this->redirect('goherenow/');