diff --git a/vlib/vweb/tmpl/README.md b/vlib/vweb/tmpl/README.md index 6284593917..a0d967af2e 100644 --- a/vlib/vweb/tmpl/README.md +++ b/vlib/vweb/tmpl/README.md @@ -6,7 +6,7 @@ Some directives begin contains a `{}` block, others only have `''` (string) para More on the directives itself. Newlines on the beginning and end are ignored in `{}` blocks, -otherwise this (see [if](##if) for this syntax): +otherwise this (see [if](#if) for this syntax): ```html @if bool_val { This is shown if bool_val is true