diff options
author | Aylur <[email protected]> | 2024-10-11 13:14:47 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-10-11 13:14:47 +0000 |
commit | d0fb3d0434534661346bf787395e9531c97731f8 (patch) | |
tree | a1223c3087579e932a5915cc4d5575c1e9e258ac /docs/guide | |
parent | 031673f461e40dde6e727e694801c7a877522193 (diff) |
docs: fix link
Diffstat (limited to 'docs/guide')
-rw-r--r-- | docs/guide/ags/widget.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/ags/widget.md b/docs/guide/ags/widget.md index 3e96cb7..01cff81 100644 --- a/docs/guide/ags/widget.md +++ b/docs/guide/ags/widget.md @@ -45,7 +45,7 @@ function MyWidget() { ### hook -Shorthand for connection and disconnecting to [Subscribable and Connectable](http://localhost:5173/astal/guide/ags/binding#subscribable-and-connectable-interface) objects. +Shorthand for connection and disconnecting to [Subscribable and Connectable](./binding#subscribable-and-connectable-interface) objects. without `hook` |