diff --git a/experimental/README.md b/experimental/README.md
index 2a6f754..0c8d776 100644
--- a/experimental/README.md
+++ b/experimental/README.md
@@ -10,8 +10,9 @@ A high-performance implementation of DeepSeek V3 in [Zig](https://ziglang.org/)
> - ✅ **Cross-platform build system** (Zig 0.15.0-dev)
> - ✅ **Memory management** and backend architecture
>
-> **Not yet implemented**: Full DeepSeek V3 model architecture, attention mechanisms, MoE routing.
-> **Performance Note**: Current implementation uses naive algorithms - matrix multiplication is ~1000x slower than optimized BLAS. See benchmarks below.
+> **Not yet implemented**: Full DeepSeek V3 model architecture, attention mechanisms, MoE routing.
+> **Performance Note**: Current implementation uses naive algorithms - matrix multiplication is ~1000x slower than optimized BLAS. See [benchmarks](#benchmarks) below.
+>
> See [Development Status](#development-status) for details.
## Overview