diff options
author | (◕ᴥ◕) <[email protected]> | 2024-10-27 00:10:56 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-26 18:10:56 +0200 |
commit | ab64f9eadf5c64d5353f7dce681d3ed3abd7df4f (patch) | |
tree | 143ca7de6b1214427c21087dc8a38bcbeede0ab1 /docs/guide/typescript | |
parent | 4a5308c82e0134f87b7e1ccc56e4fa2778b69fdd (diff) |
docs: fix gtk3 widget broken links (#60)
Diffstat (limited to 'docs/guide/typescript')
-rw-r--r-- | docs/guide/typescript/widget.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/guide/typescript/widget.md b/docs/guide/typescript/widget.md index 3bdf394..7ed69e3 100644 --- a/docs/guide/typescript/widget.md +++ b/docs/guide/typescript/widget.md @@ -197,18 +197,18 @@ These widgets are available by default in JSX. - button: [Astal.Button](https://aylur.github.io/libastal/astal3/class.Button.html) - centerbox: [Astal.CenterBox](https://aylur.github.io/libastal/astal3/class.CenterBox.html) - circularprogress: [Astal.CircularProgress](https://aylur.github.io/libastal/astal3/class.CircularProgress.html) -- drawingarea: [Gtk.DrawingArea](https://docs.gtk.org/gtk3/astal3/class.DrawingArea.html) -- entry: [Gtk.Entry](https://docs.gtk.org/gtk3/astal3/class.Entry.html) +- drawingarea: [Gtk.DrawingArea](https://docs.gtk.org/gtk3/class.DrawingArea.html) +- entry: [Gtk.Entry](https://docs.gtk.org/gtk3/class.Entry.html) - eventbox: [Astal.EventBox](https://aylur.github.io/libastal/astal3/class.EventBox.html) - icon: [Astal.Icon](https://aylur.github.io/libastal/astal3/class.Icon.html) - label: [Astal.Label](https://aylur.github.io/libastal/astal3/class.Label.html) - levelbar: [Astal.LevelBar](https://aylur.github.io/libastal/astal3/class.LevelBar.html) - overlay: [Astal.Overlay](https://aylur.github.io/libastal/astal3/class.Overlay.html) -- revealer: [Gtk.Revealer](https://docs.gtk.org/gtk3/astal3/class.Revealer.html) +- revealer: [Gtk.Revealer](https://docs.gtk.org/gtk3/class.Revealer.html) - scrollable: [Astal.Scrollable](https://aylur.github.io/libastal/astal3/class.Scrollable.html) - slider: [Astal.Slider](https://aylur.github.io/libastal/astal3/class.Slider.html) - stack: [Astal.Stack](https://aylur.github.io/libastal/astal3/class.Stack.html) -- switch: [Gtk.Switch](https://docs.gtk.org/gtk3/astal3/class.Switch.html) +- switch: [Gtk.Switch](https://docs.gtk.org/gtk3/class.Switch.html) - window: [Astal.Window](https://aylur.github.io/libastal/astal3/class.Window.html) ## Gtk4 |