Skip to content

Commit 303af90

Browse files
Merge pull request #8 from DHTMLX/next
[fix] broken links (special task)
2 parents 3b839bf + 754bc5e commit 303af90

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

docs/guides/customization.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ You can customize the appearance and structure of toolbar, change the settings o
99
Icons
1010
----------
1111

12-
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
13-
a page and apply icons for Toolbar controls.
12+
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.
1413

15-
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)
16-
after the source files of DHTMLX Richtext as follows:
14+
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:
1715

1816
~~~html
1917
<script type="text/javascript" src="../../codebase/richtext.js"></script>

docs/guides/react_integration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ title: Integration with React
44
description: This guide provides explanations on possible ways of adding and initializing DHTMLX Rich Text Editor in React-based web apps.
55
---
66

7-
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).
7+
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).
88

99
:::note
10-
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
11-
extension of the app functionality depending on your goals.
10+
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.
1211
:::
1312

1413
## Including source files

0 commit comments

Comments
 (0)