diff --git a/docs/angular_integration.md b/docs/angular_integration.md index 6461c1f7..1c403a7b 100644 --- a/docs/angular_integration.md +++ b/docs/angular_integration.md @@ -7,7 +7,7 @@ description: You can learn about the Angular integration of the DHTMLX JavaScrip # Integration with Angular :::tip -You should be familiar with the basic concepts and patterns of **Angular** to use this documentation. To refresh your knowledge, please refer to the [**Angular documentation**](https://angular.io/docs). +You should be familiar with the basic concepts and patterns of **Angular** to use this documentation. To refresh your knowledge, please refer to the [**Angular documentation**](https://angular.dev/overview). ::: DHTMLX Spreadsheet is compatible with **Angular**. We have prepared code examples on how to use DHTMLX Spreadsheet with **Angular**. For more information, refer to the corresponding [**Example on GitHub**](https://github.com/DHTMLX/angular-spreadsheet-demo). @@ -15,7 +15,7 @@ DHTMLX Spreadsheet is compatible with **Angular**. We have prepared code example ## Creating a project :::info -Before you start to create a new project, install [**Angular CLI**](https://angular.io/cli) and [**Node.js**](https://nodejs.org/en/). +Before you start to create a new project, install [**Angular CLI**](https://angular.dev/tools/cli) and [**Node.js**](https://nodejs.org/en/). ::: Create a new **my-angular-spreadsheet-app** project using Angular CLI. Run the following command for this purpose: diff --git a/docs/customization.md b/docs/customization.md index 41cf0333..8caed98f 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -12,7 +12,7 @@ You can customize the appearance, structure and functionality of toolbar, menu a DHTMLX Spreadsheet 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 in any possible part of the spreadsheet: in Toolbar controls, Menu and Context menu items. -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 Spreadsheet as follows: +For example, you can use the [Font Awesome](https://fontawesome.com/) icon pack by including [link to its CDN](https://docs.fontawesome.com/web/setup/get-started) after the source files of DHTMLX Spreadsheet as follows: ~~~html diff --git a/docs/react_integration.md b/docs/react_integration.md index 465d00d1..27a3cc03 100644 --- a/docs/react_integration.md +++ b/docs/react_integration.md @@ -7,7 +7,7 @@ description: You can learn about the React integration of the DHTMLX JavaScript # Integration with React :::tip -You should be familiar with the basic concepts and patterns of [**React**](https://react.dev) to use 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) to use this documentation. To refresh your knowledge, please refer to the [**React documentation**](https://react.dev/learn). ::: DHTMLX Spreadsheet is compatible with **React**. We have prepared code examples of how to use DHTMLX Spreadsheet with **React**. For more information, refer to the corresponding [**Example on GitHub**](https://github.com/DHTMLX/react-spreadsheet-demo).