From 6b431b18f54d34a241f58272ad8963182e710a2c Mon Sep 17 00:00:00 2001 From: StunxFS <56417208+StunxFS@users.noreply.github.com> Date: Fri, 12 Feb 2021 14:06:37 -0400 Subject: [PATCH] vweb.tmpl: fix a little typo (#8704) --- vlib/vweb/tmpl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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