From 3650e191a6064a6e76b11758c8f0f8ab7715a613 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 1 Jun 2022 01:04:05 +0300 Subject: [PATCH] Updated Python (markdown) --- Python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)