Fix a broken link

PiperOrigin-RevId: 551834336
Change-Id: I14052a5f9c9f447dfbbb44b3cc30eaf176c9e385
diff --git a/rs_bindings_from_cc/README.md b/rs_bindings_from_cc/README.md
index 3ce22fe..2f510a2 100644
--- a/rs_bindings_from_cc/README.md
+++ b/rs_bindings_from_cc/README.md
@@ -8,9 +8,9 @@
 ## Architecture
 
 At a high level, Crubit parses C++ headers using Clang (with the
-[same configuration](../docs/reproducible_builds.md) as when used to compile
-C++). A distilled intermediate representation is passed to Rust, which generates
-actual Rust and C++ source code for the bindings.
+[same configuration](../docs/bindings/overview/reproducible_builds.md) as when
+used to compile C++). A distilled intermediate representation is passed to Rust,
+which generates actual Rust and C++ source code for the bindings.
 
 Some key source files: