From 0a6b80c6aefb8c6028d0fdc42cf430c78bae2e6b Mon Sep 17 00:00:00 2001 From: Matteo Figus Date: Mon, 8 Dec 2025 22:46:52 +0000 Subject: [PATCH] docs: fix best practices link path in getting-started.md --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index d6b050d..6c7e077 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -272,7 +272,7 @@ Now that you've built your first durable function, explore the core features: **Dive deeper:** - [Error handling](advanced/error-handling.md) - Handle failures and implement retry strategies - [Testing patterns](testing-patterns/basic-tests.md) - Write effective tests for your workflows -- [Best practices](testing-patterns/best-practices.md) - Avoid common pitfalls +- [Best practices](best-practices.md) - Avoid common pitfalls [↑ Back to top](#table-of-contents)