aboutsummaryrefslogtreecommitdiff
path: root/doc/next/6-stdlib/99-minor/testing/fstest/63675.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/next/6-stdlib/99-minor/testing/fstest/63675.md')
-rw-r--r--doc/next/6-stdlib/99-minor/testing/fstest/63675.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/next/6-stdlib/99-minor/testing/fstest/63675.md b/doc/next/6-stdlib/99-minor/testing/fstest/63675.md
index 1a3552d50d..cea9ae3dc2 100644
--- a/doc/next/6-stdlib/99-minor/testing/fstest/63675.md
+++ b/doc/next/6-stdlib/99-minor/testing/fstest/63675.md
@@ -1,4 +1,3 @@
-[`TestFS`](/pkg/testing/fstest#TestFS) now returns a structured
-error that can be unwrapped (via method `Unwrap() []error`). This allows
-inspecting errors using [`errors.Is`](/pkg/errors#Is) or
-[`errors.As`](/pkg/errors#As).
+[TestFS] now returns a structured error that can be unwrapped
+(via method `Unwrap() []error`). This allows inspecting errors
+using [errors.Is] or [errors.As].