From 5f10e4c976d96e9b22d72fecd509360428da51b1 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 1 Jun 2023 17:36:05 +0100 Subject: [PATCH] fix blog --- docs/blog/posts/release0-27-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/posts/release0-27-0.md b/docs/blog/posts/release0-27-0.md index b4da88dd5..e92ba5dbe 100644 --- a/docs/blog/posts/release0-27-0.md +++ b/docs/blog/posts/release0-27-0.md @@ -52,7 +52,7 @@ As always, you can configure how the tooltips will be displayed with CSS. We have some quality of life improvements for the [Input](../../widget_gallery.md#input) widget. -You can now use a simple declarative API to [validating input](http://127.0.0.1:8000/widgets/input/#validating-input). +You can now use a simple declarative API to [validating input](/widgets/input/#validating-input).
--8<-- "docs/blog/images/validation.svg"