diff --git a/versioned_docs/version-1.3/components/best-practices/development/writing-good-workers.md b/versioned_docs/version-1.3/components/best-practices/development/writing-good-workers.md index 89ced42169..9d515f11b6 100644 --- a/versioned_docs/version-1.3/components/best-practices/development/writing-good-workers.md +++ b/versioned_docs/version-1.3/components/best-practices/development/writing-good-workers.md @@ -53,7 +53,7 @@ In this case, you would spread your workers into different applications. Most of ## Thinking about transactions, exceptions and idempotency of workers -Visit [dealing with problems and exceptions](../dealing-with-problems-and-exceptions/) to gain a better understanding of how workers deal with transactions and exceptions to the happy path, and find more details on how to write idempotent workers. +Make sure to visit [Dealing With Problems and Exceptions](../dealing-with-problems-and-exceptions/) to gain a better understanding how workers deal with transactions and exceptions to the happy path. ## Data minimization in workers diff --git a/versioned_docs/version-8.5/components/best-practices/development/writing-good-workers.md b/versioned_docs/version-8.5/components/best-practices/development/writing-good-workers.md index 4a184d153e..d557b08ae9 100644 --- a/versioned_docs/version-8.5/components/best-practices/development/writing-good-workers.md +++ b/versioned_docs/version-8.5/components/best-practices/development/writing-good-workers.md @@ -53,7 +53,7 @@ In this case, you would spread your workers into different applications. Most of ## Thinking about transactions, exceptions and idempotency of workers -Make sure to visit [Dealing With Problems and Exceptions](../dealing-with-problems-and-exceptions/) to gain a better understanding how workers deal with transactions and exceptions to the happy path and find more details how to write idempotent workers. +Visit [dealing with problems and exceptions](../dealing-with-problems-and-exceptions/) to gain a better understanding of how workers deal with transactions and exceptions to the happy path, and find more details on how to write idempotent workers. ## Data minimization in workers