x.templating.dtm: fix demo link in README (#24729)

This commit is contained in:
VolodymyrBg 2025-06-16 06:43:18 +03:00 committed by GitHub
parent 959c11b7f3
commit 10da1f632e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,7 +125,7 @@ pub fn (mut app App) index(mut ctx Context) veb.Result {
``` ```
You have a ready-to-view demonstration available 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 ## Available Options