Skip to content

Commit acec843

Browse files
authored
Merge pull request #41 from MrYamous/controllers/request-broken-link
Docs: fix broken link on controllers page
2 parents 463cb66 + 18ad8fe commit acec843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Front/Docs/Content/framework/03-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ final readonly class BookController
133133
}
134134
```
135135

136-
A full overview of `Request` objects can be found [here](https://github.com/tempestphp/tempest-framework/blob/main/src/Tempest/Http/Request.php).
136+
A full overview of `Request` objects can be found [here](https://github.com/tempestphp/tempest-framework/blob/main/src/Tempest/Http/src/Request.php).
137137

138138
### A note on data mapping
139139

0 commit comments

Comments
 (0)