From 470a284cf9e8dd28f20b4898542f835339a11496 Mon Sep 17 00:00:00 2001
From: Feihong Hsu <feihong.hsu@gmail.com>
Date: Mon, 3 Jun 2024 21:03:31 -0500
Subject: [PATCH] Fix link to interop section (#826)

---
 docs/i-really-need-feature-x-from-reactjs.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/i-really-need-feature-x-from-reactjs.md b/docs/i-really-need-feature-x-from-reactjs.md
index 2f3f6c37d..59fc858f4 100644
--- a/docs/i-really-need-feature-x-from-reactjs.md
+++ b/docs/i-really-need-feature-x-from-reactjs.md
@@ -2,4 +2,4 @@
 title: I Really Need Feature X From ReactJS
 ---
 
-First make sure that you indeed can't achieve this idiom using the latest version of ReasonReact. If you need help figuring out how to translate a certain idiom, feel free to ask us on [Discord](https://discord.gg/reasonml). If it is not achievable with ReasonReact, you can always write the component in ReactJS first, then bind to it using [our interop](interop.md). Try to isolate the required functionality into a tiny ReactJS component and write the rest of your code in ReasonReact. Once this is done, feel free to [file an issue](https://github.com/reasonml/reason-react/issues) explaining your use case!
+First make sure that you indeed can't achieve this idiom using the latest version of ReasonReact. If you need help figuring out how to translate a certain idiom, feel free to ask us on [Discord](https://discord.gg/reasonml). If it is not achievable with ReasonReact, you can always write the component in ReactJS first, then bind to it using [our interop](components.md#interop). Try to isolate the required functionality into a tiny ReactJS component and write the rest of your code in ReasonReact. Once this is done, feel free to [file an issue](https://github.com/reasonml/reason-react/issues) explaining your use case!