From 1506c84ab133b9631d5652c3e244c4f3a201530d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 1 Jun 2022 01:03:14 +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 d28bd57..0024c87 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/wekan-python) (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)