From bc8002a11ed77c6caf1c80bebdc058f4fe832de5 Mon Sep 17 00:00:00 2001 From: Sebastian Fuchs Date: Mon, 7 Sep 2026 14:08:22 +0200 Subject: [PATCH] docs: Fix link to Console Captor --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 57fc095..8058787 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -21,7 +21,7 @@ features: link: /api/fetch-adapter - title: Console Captor details: Collect the console messages of a page, filtered by level or a custom predicate, for a single action or a whole test. - link: /logging/console-captor + link: /capturing/console - title: Snapshot Testing details: Mask non-deterministic values like IDs, timestamps or base URLs in a consistent format to keep file snapshots stable. link: /snapshots/normalizers