From 55cf6b9e4c4ddb6a5f502ab6485f678d8311e916 Mon Sep 17 00:00:00 2001 From: Neon22 Date: Fri, 23 Jun 2023 01:12:11 +1200 Subject: [PATCH] Update py-click.md (#1553) used wrong file extension so link was missing --- docs/tutorials/py-click.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/py-click.md b/docs/tutorials/py-click.md index 6cb52c2d..23bda056 100644 --- a/docs/tutorials/py-click.md +++ b/docs/tutorials/py-click.md @@ -1,6 +1,6 @@ # Handling click events -This tutorial will show you how to use the `py-click` attribute to handle mouse clicks on elements on your page. The `py-click` attribute is a special attribute that allows you to specify a Python function that will be called when the element is clicked. There are many other events such as py-mouseover, py-focus, py-input, py-keyress etc, which can be used as well. They are listed here [Attr-to-Event](../reference/API/attr_to_event.html) +This tutorial will show you how to use the `py-click` attribute to handle mouse clicks on elements on your page. The `py-click` attribute is a special attribute that allows you to specify a Python function that will be called when the element is clicked. There are many other events such as py-mouseover, py-focus, py-input, py-keyress etc, which can be used as well. They are listed here [Attr-to-Event](../reference/API/attr_to_event.md) ## Development setup