From 9433ac27d29cbedecf5a5c58b86fd327a8c68443 Mon Sep 17 00:00:00 2001 From: Brunno Vanelli Date: Thu, 3 Oct 2024 14:12:01 +0200 Subject: [PATCH] docs: Update link for documentation on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8efa9f..5651584 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ with Actual("http://localhost:5006", password="mypass") as actual: actual.download_budget() ``` -Checkout [the full documentation](https://actualpy.readthedocs.com) for more examples. +Checkout [the full documentation](https://actualpy.readthedocs.io) for more examples. # Understanding how Actual handles changes