diff --git a/Python.md b/Python.md index 0024c87..8285e93 100644 --- a/Python.md +++ b/Python.md @@ -3,7 +3,7 @@ Some Python etc code in WeKan, that is not yet added directly to WeKan: - [Burndown Chart](https://github.com/wekan/wekan/wiki/Burndown-and-Velocity-Chart) - [Scheduler](https://github.com/wekan/wekan-scheduler) - [Cleanup](https://github.com/wekan/wekan-cleanup) -- [API client, most complete](https://github.com/wekan/wekan-python) (modelled after Trello API client) +- [API client, most complete](https://github.com/wekan/python-wekan) (modelled after Trello API client) - [API CLI](https://github.com/wekan/wekan/blob/master/api.py) - [2nd API client](https://github.com/wekan/wekan-python-api-client) - [Stats](https://github.com/wekan/wekan-stats)