Skip to content

Commit 6793d2c

Browse files
authored
Merge pull request #62 from DHTMLX/fix-incorrect-links
[fix] incorrect links
2 parents aabb504 + 190f066 commit 6793d2c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/api/diagram_editor/editbar/basic_controls/avatar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ While loading an image and sending it to the server via the `target` property, n
8383
- `label` - (optional) specifies a label for the control
8484
- `labelWidth` - (optional) sets the label width of the control
8585
- `labelPosition` - (optional) defines the position of a label: *"left"* | *"top"*. *"top"* by default
86-
- `accept` - (optional) allows specifying the type/extension of the selected file. *"image/*"* by default. [Check details](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept#unique_file_type_specifiers)
86+
- `accept` - (optional) allows specifying the type/extension of the selected file. *"image/*"* by default. [Check details](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/accept)
8787
- `fieldName` - (optional) sets the file field name in the form data sent to the server. *"file"* by default
8888
- `autosend` - (optional) enables/disables automatic sending of an added file. *false* by default
8989
- `params` - (optional) adds extra parameters for sending an XMLHttpRequest

docs/guides/integrations/angular_integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ description: You can learn about the Integration with Angular in the documentati
77
# Integration with Angular
88

99
:::tip
10-
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).
10+
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).
1111
:::
1212

1313
DHTMLX Diagram Editor is compatible with **Angular**. We have prepared code examples on how to use DHTMLX Diagram Editor with **Angular**. For more information, refer to the corresponding [**Example on GitHub**](https://github.com/DHTMLX/angular-diagram-demo).
1414

1515
## Creating a project
1616

1717
:::info
18-
Before you start to create a new project, install [**Angular CLI**](https://angular.io/cli) and [**Node.js**](https://nodejs.org/en/).
18+
Before you start to create a new project, install [**Angular CLI**](https://angular.dev/tools/cli) and [**Node.js**](https://nodejs.org/en/).
1919
:::
2020

2121
Create a new **my-angular-diagram-app** project using Angular CLI. Run the following command for this purpose:

docs/guides/integrations/react_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: You can learn about the Integration with React in the documentation
77
# Integration with React
88

99
:::tip
10-
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).
10+
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).
1111
:::
1212

1313
DHTMLX Diagram Editor is compatible with **React**. We have prepared code examples of how to use DHTMLX Diagram Editor with **React**. For more information, refer to the corresponding [**Example on GitHub**](https://github.com/DHTMLX/react-diagram-demo).

0 commit comments

Comments
 (0)