Skip to content

Commit afcd33b

Browse files
authored
Merge pull request #99 from leafsphp/staging
Staging
2 parents fec1dda + ba63ccd commit afcd33b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vitepress/config/navbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const nav: DefaultTheme.NavItem[] = [
4949
items: [
5050
{
5151
text: 'Hana JS',
52-
link: 'https://hanajs.dev',
52+
link: 'https://hana.leafphp.dev',
5353
},
5454
{
5555
text: 'Naytive',

src/docs/routing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ You can then redirect to this route using the route name by passing an array wit
116116
response()->redirect(['home']);
117117
```
118118

119-
If you want to get details about a route, you can use the `getRoute()` method.
119+
If you want to get details about a route using its name, you can use the `route()` method.
120120

121121
```php:no-line-numbers
122122
$route = app()->route($routeName);

0 commit comments

Comments
 (0)