Skip to content

Commit 121a0c3

Browse files
Update link to Python stub file in documentation
1 parent 89444ad commit 121a0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gettingstarted/extension/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Plugin(PluginInstance, TriggerQueryHandler):
4141
```
4242

4343

44-
Next, skim through the [Python stub file](https://github.com/albertlauncher/plugins/blob/main/python/albert.pyi).
44+
Next, skim through the [Python stub file](https://github.com/albertlauncher/albert-plugin-python/blob/main/albert.pyi).
4545
For reference see the [official plugins](https://github.com/albertlauncher/albert-plugin-python/tree/main/plugins).
4646
In case of questions see the [C++ API](/reference/namespacealbert.html).
4747

0 commit comments

Comments
 (0)