diff options
author | Aylur <[email protected]> | 2024-09-04 23:32:53 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-04 23:32:53 +0000 |
commit | 93e41a321212361c175812788492d56e5a89ade3 (patch) | |
tree | 17d8513fb7f240acb8d9f5d5a95041a06b245e4d /docs/ags/widget.md | |
parent | 539a6b4cc1976aafd395e29450da83a17a73a6e0 (diff) |
docs: fix links
added initial documention for each library
Diffstat (limited to 'docs/ags/widget.md')
-rw-r--r-- | docs/ags/widget.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ags/widget.md b/docs/ags/widget.md index ff7d3ce..122fa3e 100644 --- a/docs/ags/widget.md +++ b/docs/ags/widget.md @@ -11,14 +11,14 @@ These are properties that Astal.js additionally adds to Gtk.Widgets To have a full list of available properties, reference the documentation of the widget. -- [Astal widgets](/astal/reference#classes) +- [Astal widgets](https://aylur.github.io/libastal/index.html#classes) - [Gtk widgets](https://docs.gtk.org/gtk3/#classes) You can check the [source code](https://github.com/aylur/astal/blob/main/gjs/src/widgets.ts) to have a full list of builtin widgets. ## AGS widget methods -Additional methods that Astal.js add to Gtk.Widget instances +Additional methods that Astal.js adds to Gtk.Widget instances ### setup @@ -141,5 +141,5 @@ function MyWidget() { :::info Signal properties have to be annotated manually for TypeScript. You can reference [Gtk3](https://gjs-docs.gnome.org/gtk30~3.0/) -and [Astal](/astal/reference#classes) for available signals. +and [Astal](https://aylur.github.io/libastal/index.html#classes) for available signals. ::: |