diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/guide/getting-started/supported-languages.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/guide/getting-started/supported-languages.md b/docs/guide/getting-started/supported-languages.md index c38a001..bab5c24 100644 --- a/docs/guide/getting-started/supported-languages.md +++ b/docs/guide/getting-started/supported-languages.md @@ -39,13 +39,13 @@ Examples: - [Simple Bar](https://github.com/Aylur/astal/tree/main/examples/gtk3/lua/simple-bar)  -- [Notification Popups](https://github.com/Aylur/astal/tree/main/examples/lua/notifications) +- [Notification Popups](https://github.com/Aylur/astal/tree/main/examples/gtk3/lua/notifications)  -- [Applauncher](https://github.com/Aylur/astal/tree/main/examples/lua/applauncher) +- [Applauncher](https://github.com/Aylur/astal/tree/main/examples/gtk3/lua/applauncher)  -- [Media Player](https://github.com/Aylur/astal/tree/main/examples/lua/media-player) +- [Media Player](https://github.com/Aylur/astal/tree/main/examples/gtk3/lua/media-player)  ## Python |