From b849b25cf5cac1ff9c5232b7a5656abfb54f64a9 Mon Sep 17 00:00:00 2001 From: Michael Liu <162056370+chengfang-blutui@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:52:53 +1200 Subject: [PATCH] Update pest3-now-available.md Fix Architecture testing doc link --- pest3-now-available.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pest3-now-available.md b/pest3-now-available.md index 1d00a49..3424c68 100644 --- a/pest3-now-available.md +++ b/pest3-now-available.md @@ -101,7 +101,7 @@ There is so much more to explore with Mutation Testing, like `@pest-mutate-ignor ## Arch Presets -As you may know, [Architecture testing](#arch-testing) enables you to specify expectations that test whether your application adheres to a set of architectural rules, helping you maintain a clean and sustainable codebase. +As you may know, [Architecture testing](/docs/arch-testing) enables you to specify expectations that test whether your application adheres to a set of architectural rules, helping you maintain a clean and sustainable codebase. It's one of the most popular features of Pest, and with Pest 3, we're introducing **Arch Presets**. Arch Presets are a set of predefined architectural rules that you can use to test your application's architecture. These presets are designed to help you get started with architecture testing quickly and easily.