From 1f1569f1abe1e9cabb18f18761de12621f2a1720 Mon Sep 17 00:00:00 2001 From: Lorenzo Curcio Date: Tue, 3 Dec 2024 10:37:09 +0100 Subject: [PATCH] Update daprdocs/content/en/python-sdk-docs/python-actor.md Co-authored-by: Elena Kolevska Signed-off-by: Lorenzo Curcio --- daprdocs/content/en/python-sdk-docs/python-actor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/python-sdk-docs/python-actor.md b/daprdocs/content/en/python-sdk-docs/python-actor.md index 171a4265..056baa22 100644 --- a/daprdocs/content/en/python-sdk-docs/python-actor.md +++ b/daprdocs/content/en/python-sdk-docs/python-actor.md @@ -56,7 +56,7 @@ async def main(): ## Sample -Visit [this page](https://github.com/dapr/python-sdk/tree/release-1.0/examples/demo_actor) for a runnable actor sample. +Visit [this page](https://github.com/dapr/python-sdk/tree/v1.14.0/examples/demo_actor) for a runnable actor sample. ## Mock Actor Testing