Skip to content

Commit 823e63b

Browse files
authored
Merge pull request #288 from yyasinaslan/patch-1
fix: Route for `Elysia.handle` link in mvc.md
2 parents 6b8b6b7 + 2590818 commit 823e63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/patterns/mvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ new Elysia()
9393
})
9494
```
9595

96-
If you would like to call or perform unit test on controller, use [Elysia.handle](http://localhost:5173/essential/route.html#handle).
96+
If you would like to call or perform unit test on controller, use [Elysia.handle](/essential/route.html#handle).
9797

9898
```typescript
9999
const app = new Elysia()

0 commit comments

Comments
 (0)