From 754bc5e73d0bb93d6490111c0470b545c55e2d3d Mon Sep 17 00:00:00 2001 From: Serhii Pylypchuk Date: Thu, 19 Dec 2024 16:41:22 +0400 Subject: [PATCH] [fix] broken links (special task) --- docs/guides/customization.md | 6 ++---- docs/guides/react_integration.md | 5 ++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/guides/customization.md b/docs/guides/customization.md index e7ded68..86a2576 100644 --- a/docs/guides/customization.md +++ b/docs/guides/customization.md @@ -9,11 +9,9 @@ You can customize the appearance and structure of toolbar, change the settings o Icons ---------- -DHTMLX Richtext uses the [Material Design](https://materialdesignicons.com/)-based icons by default. However, you can use any other icon font pack, if necessary. For this, you need to include the desired icon font on -a page and apply icons for Toolbar controls. +DHTMLX Richtext uses the [Material Design](https://pictogrammers.com/library/mdi/?welcome)-based icons by default. However, you can use any other icon font pack, if necessary. For this, you need to include the desired icon font on a page and apply icons for Toolbar controls. -For example, you can use the [Font Awesome](https://fontawesome.com/) icon pack by including [link to its CDN](https://fontawesome.com/how-to-use/on-the-web/setup/getting-started?using=web-fonts-with-css) -after the source files of DHTMLX Richtext as follows: +For example, you can use the [Font Awesome](https://fontawesome.com/) icon pack by including [link to its CDN](https://fontawesome.com/how-to-use/on-the-web/setup/getting-started?using=web-fonts-with-css) after the source files of DHTMLX Richtext as follows: ~~~html diff --git a/docs/guides/react_integration.md b/docs/guides/react_integration.md index 04e9913..4b66531 100644 --- a/docs/guides/react_integration.md +++ b/docs/guides/react_integration.md @@ -4,11 +4,10 @@ title: Integration with React description: This guide provides explanations on possible ways of adding and initializing DHTMLX Rich Text Editor in React-based web apps. --- -You can use DHTMLX Richtext in an application created with the [React](https://reactjs.org/) framework. [Check the demo on Github](https://github.com/DHTMLX/react-widgets). +You can use DHTMLX Richtext in an application created with the [React](https://reactjs.org/) framework. [Check the demo on Github](https://github.com/DHTMLX/react-suite-demo). :::note -Note, that the implementation provided below is not the only way to use DHTMLX Richtext in a React-based application. It gives you initial schema of the integration and implies further -extension of the app functionality depending on your goals. +Note, that the implementation provided below is not the only way to use DHTMLX Richtext in a React-based application. It gives you initial schema of the integration and implies further extension of the app functionality depending on your goals. ::: ## Including source files