Update partial-zero-initialization doc link
diff --git a/doc/benchmarks.md b/doc/benchmarks.md
index 872293e..81063bb 100644
--- a/doc/benchmarks.md
+++ b/doc/benchmarks.md
@@ -123,7 +123,7 @@
 decoded output.
 
 The `full_init` vs `part_init` suffixes are whether
-[`WUFFS_INITIALIZE__LEAVE_INTERNAL_BUFFERS_UNINITIALIZED`](https://github.com/google/wuffs/blob/4080840928c0b05a80cda0d14ac2e2615f679f1a/internal/cgen/base/core-public.h#L83)
+[`WUFFS_INITIALIZE__LEAVE_INTERNAL_BUFFERS_UNINITIALIZED`](/doc/note/initialization.md#partial-zero-initialization)
 is unset or set.
 
     name                                             speed     vs_mimic
@@ -216,7 +216,7 @@
 gives 1 byte per pixel.
 
 The `full_init` vs `part_init` suffixes are whether
-[`WUFFS_INITIALIZE__LEAVE_INTERNAL_BUFFERS_UNINITIALIZED`](https://github.com/google/wuffs/blob/4080840928c0b05a80cda0d14ac2e2615f679f1a/internal/cgen/base/core-public.h#L83)
+[`WUFFS_INITIALIZE__LEAVE_INTERNAL_BUFFERS_UNINITIALIZED`](/doc/note/initialization.md#partial-zero-initialization)
 is unset or set.
 
 The libgif library doesn't export any API for decode-to-BGRA or decode-to-RGBA,