From 10a067f8cdaf928ccef6408ac8f49abfdbb886f9 Mon Sep 17 00:00:00 2001 From: Serhii Pylypchuk Date: Wed, 13 Aug 2025 18:26:35 +0400 Subject: [PATCH] [update] incorrect link --- docs/guides/integration_with_react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/integration_with_react.md b/docs/guides/integration_with_react.md index 2913c8d..1244911 100644 --- a/docs/guides/integration_with_react.md +++ b/docs/guides/integration_with_react.md @@ -7,7 +7,7 @@ description: You can learn about the integration with React in the documentation # Integration with React :::tip -You should be familiar with the basic concepts and patterns of [**React**](https://react.dev) before reading this documentation. To refresh your knowledge, please refer to the [**React documentation**](https://reactjs.org/docs/getting-started.html). +You should be familiar with the basic concepts and patterns of [**React**](https://react.dev) before reading this documentation. To refresh your knowledge, please refer to the [**React documentation**](https://react.dev/learn). ::: DHTMLX RichText is compatible with **React**. We have prepared code examples on how to use DHTMLX RichText with **React**. For more information, refer to the corresponding [**Example on GitHub**](https://github.com/DHTMLX/react-richtext-demo).