diff options
Diffstat (limited to 'docs/guide')
-rw-r--r-- | docs/guide/ags/widget.md | 2 | ||||
-rw-r--r-- | docs/guide/getting-started/installation.md | 2 |
2 files changed, 2 insertions, 2 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` diff --git a/docs/guide/getting-started/installation.md b/docs/guide/getting-started/installation.md index ef5c6e8..af82cf5 100644 --- a/docs/guide/getting-started/installation.md +++ b/docs/guide/getting-started/installation.md @@ -44,7 +44,7 @@ sudo dnf install meson gcc valac gtk3-devel gtk-layer-shell-devel gobject-intros ``` ```sh [<i class="devicon-ubuntu-plain"></i> Ubuntu] -sudo apt install meson valac libgtk3-dev libgtk-layer-shell-dev gobject-introspection +sudo apt install meson valac libgtk-3-dev libgtk-layer-shell-dev gobject-introspection libgirepository1.0-dev ``` ::: |