mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
x.templating.dtm: fix demo link in README (#24729)
This commit is contained in:
parent
959c11b7f3
commit
10da1f632e
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ pub fn (mut app App) index(mut ctx Context) veb.Result {
|
|||
```
|
||||
|
||||
You have a ready-to-view demonstration available
|
||||
[here](https://github.com/vlang/v/tree/master/vlib/veb/tests/dynamic_template_manager_test_server).
|
||||
[here](https://github.com/vlang/v/tree/master/vlib/vweb/tests/dynamic_template_manager_test_server).
|
||||
|
||||
## Available Options
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue