diff options
author | Aylur <[email protected]> | 2024-09-10 22:47:25 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-09-10 22:47:25 +0200 |
commit | 68e46d252273e1b18ee21fa581e3407cfe4710e7 (patch) | |
tree | 4bb75979c42d5453336df8ded35ab690cd9d49a6 /examples/py | |
parent | 77612285d31ad6df5fe019c77f3007ef2e186a49 (diff) |
example: fix link
Diffstat (limited to 'examples/py')
-rw-r--r-- | examples/py/starter-bar/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/py/starter-bar/README.md b/examples/py/starter-bar/README.md index c9a7ad1..b3a14ce 100644 --- a/examples/py/starter-bar/README.md +++ b/examples/py/starter-bar/README.md @@ -4,4 +4,4 @@ A starter bar that shows a label and the date. > [!NOTE] > This code is not ideal to work with as it requires too much boilerplate compared to AGS. -> If you want to use python try picking up the [python library](https://github.com/aylur/astal/tree/feat/python). +> If you want to use python try picking up the [python library](https://github.com/Aylur/astal/tree/feat/python/core/python). |