diff options
author | Dacian <[email protected]> | 2025-02-20 16:05:50 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2025-02-20 21:05:50 +0100 |
commit | 3620d51bc6c23ada1bd4b7c9cf1c458c138e68df (patch) | |
tree | 06e9acac18f16dd1ee5e4f57e9d3519dc68accb4 /docs/guide/getting-started | |
parent | a0de1526d2de8a02feec1cba4086f284ec9f6098 (diff) |
fix broken links (#294)
Diffstat (limited to 'docs/guide/getting-started')
-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 |