Skip to content

Commit af27845

Browse files
authored
Merge pull request #70 from DHTMLX/fix-incorrect-links
Fix incorrect links
2 parents e2bab41 + b0f2dc2 commit af27845

File tree

14 files changed

+25
-29
lines changed

14 files changed

+25
-29
lines changed

docs/form/api/avatar/api_avatar_properties.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ description: You can explore the Properties of the Avatar control of Form in the
178178
</tr>
179179
<tr>
180180
<td id="accept"><b>accept</b></td>
181-
<td>(optional) allows specifying the type/extension of the selected file, <i>"image/*"</i> by default. <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept#unique_file_type_specifiers">Check details</a></td>
181+
<td>(optional) allows specifying the type/extension of the selected file, <i>"image/*"</i> by default.
182+
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/accept">Check details</a></td>
182183
</tr>
183184
<tr>
184185
<td><b>fieldName</b></td>

docs/form/api/simplevault/api_simplevault_properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ description: You can explore the Properties of the Simple Vault control of Form
136136
</tr>
137137
<tr>
138138
<td><b>accept</b></td>
139-
<td>(optional) allows specifying the type/extension that will be displayed in the dialog window during the file selection. <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept#unique_file_type_specifiers">Check details</a>, all file types by default</td>
139+
<td>(optional) allows specifying the type/extension that will be displayed in the dialog window during the file selection. <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/accept">Check details</a>, all file types by default</td>
140140
</tr>
141141
<tr>
142142
<td><b>validation</b></td>

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import WidgetIcons from '../src/components/WidgetIcons';
1111

1212
Welcome to the documentation of DHTMLX Suite ‐ JavaScript UI widget library!
1313

14-
This documentation provides insight into how to create cross-browser responsive web applications using DHTMLX Suite. It contains API references, overviews, initialization, configuration, customization, and event handling guides for each Suite widget. There is also guidance on how to build various web systems following the example of DHTMLX live demos. Additionally, here you will find links to code examples of Suite widgets used with Angular, React, and Vue.js.
14+
This documentation provides insight into how to create cross-browser responsive web applications using DHTMLX Suite. It contains API references, overviews, initialization, configuration, customization, and event handling guides for each Suite widget. There is also guidance on how to build various web systems following the example of DHTMLX live demos. Additionally, here you will find links to code examples of Suite widgets used with Angular, React, Svelte and Vue.
1515

1616
## DHTMLX Suite widgets
1717

@@ -101,4 +101,4 @@ All DHTMLX widgets are created with accessible design in mind. DHTMLX sticks to
101101

102102
## Release History
103103

104-
The list of all DHTMLX Suite versions including maintenance, minor, and major releases is available in the [Whats new](/whatsnew/) section of the documentation. If you are using an older version of DHTMLX Suite than the current one, the [migration guide](/migration/) will instruct you on the changes in the code.
104+
The list of all DHTMLX Suite versions including maintenance, minor, and major releases is available in the ["What's new"](/whatsnew/) section of the documentation. If you are using an older version of DHTMLX Suite than the current one, the [migration guide](/migration/) will instruct you on the changes in the code.

docs/integration/suite_and_angular.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
sidebar_label: Integration with Angular
3-
title: Integration DHTML Suite with Angular
3+
title: Integration with Angular
44
description: You can explore how to use DHTMLX Suite Widgets with Angular. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Suite.
55
---
66

7-
# Integration Suite widgets with Angular
7+
# Integration with Angular
88

99
:::tip
10-
You should be familiar with basic concepts and patterns of **Angular** before reading this documentation. To refresh your knowledge, please refer to the [**Angular documentation**](https://angular.io/docs).
10+
You should be familiar with basic concepts and patterns of **Angular** before reading this documentation. To refresh your knowledge, please refer to the [**Angular documentation**](https://angular.dev/overview).
1111
:::
1212

1313
DHTMLX Suite is compatible with **Angular**. For more information, refer to the corresponding example on GitHub: [DHTMLX Suite with Angular Demo](https://github.com/DHTMLX/angular-suite-demo).
1414

1515
## Create new Angular 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
Step 1. Create a project and name it as ***my-angular-suite-app***:

docs/integration/suite_and_react.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
sidebar_label: Integration with React
3-
title: Integration DHTML Suite with React
3+
title: Integration with React
44
description: You can explore how to use DHTMLX Suite Widgets with React. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Suite.
55
---
66

7-
# Integration Suite widgets with React
7+
# Integration with React
88

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

1313
DHTMLX Suite widgets are compatible with [**React**](https://react.dev). For more information, refer to the corresponding example on GitHub: [DHTMLX Suite with React Demo](https://github.com/DHTMLX/react-suite-demo).

docs/integration/suite_and_svelte.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
sidebar_label: Integration with Svelte
3-
title: Integration DHTML Suite with Svelte
3+
title: Integration with Svelte
44
description: You can explore how to use DHTMLX Suite Widgets with Svelte. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Suite.
55
---
66

7-
# Integration Suite widgets with Svelte
7+
# Integration with Svelte
88

99
:::tip
1010
You should be familiar with the basic concepts and patterns of **Svelte** before reading this documentation. To refresh your knowledge, please refer to the [**Svelte documentation**](https://svelte.dev/).
@@ -22,7 +22,7 @@ Step 1. Create a project and name it as ***my-svelte-suite-app***:
2222

2323
There are several ways on how to create a **Svelte** project:
2424

25-
- you can use the [**SvelteKit**](https://kit.svelte.dev/)
25+
- you can use the [**SvelteKit**](https://svelte.dev/docs/kit/introduction)
2626

2727
or
2828

@@ -32,7 +32,7 @@ or
3232
npm create vite@latest
3333
~~~
3434

35-
Check the details in the [related article](https://svelte.dev/docs/introduction#start-a-new-project-alternatives-to-sveltekit).
35+
Check the details in the [related article](https://svelte.dev/docs/svelte/getting-started#Alternatives-to-SvelteKit).
3636

3737
Step 2. Go to the project directory:
3838

docs/integration/suite_and_vue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
sidebar_label: Integration with Vue
3-
title: Integration DHTML Suite with Vue
3+
title: Integration with Vue
44
description: You can explore how to use DHTMLX Suite Widgets with Vue.js. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Suite.
55
---
66

7-
# Integration Suite widgets with Vue
7+
# Integration with Vue
88

99
:::tip
1010
You should be familiar with the basic concepts and patterns of [**Vue**](https://vuejs.org/) before reading this documentation. To refresh your knowledge, please refer to the [**Vue 3 documentation**](https://vuejs.org/guide/introduction.html#getting-started).

docs/menu/customization.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ description: You can explore the customization of Menu in the documentation of t
1010

1111
DHTMLX Menu uses the [icons of the DHTMLX library](helpers/icon.md) 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 Menu controls.
1212

13-
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)
14-
after the source files of DHTMLX Menu as follows:
13+
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 Menu as follows:
1514

1615
~~~html
1716
<script type="text/javascript" src="../../codebase/menu.js"></script>

docs/optimus_guides/how_to_start_optimus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Step 1. Initialize an application
6565

6666
{{note The full code for Step 1 is available on <a href="https://github.com/DHTMLX/optimus-starter-app/tree/guide/step-1" target="_blank">GitHub</a>. }}
6767

68-
After running the <a href="https://github.com/DHTMLX/optimus-starter-app/tree/guide/step-1" target="_blank">project</a> on the local server and opening *http://localhost:8080/* in your browser, you will see the following result:
68+
After running the <a href="https://github.com/DHTMLX/optimus-starter-app/tree/guide/step-1" target="_blank">project</a> on the local server and opening `http://localhost:8080/` in your browser, you will see the following result:
6969

7070
![](../assets/optimus/start_optimus.png)
7171

docs/ribbon/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const data = [
6464

6565
**Related sample**: [Ribbon. Custom icons](https://snippet.dhtmlx.com/sfkou9gp)
6666

67-
{{note 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) in the same way.}}
67+
{{note 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) in the same way.}}
6868

6969
## Styling
7070

0 commit comments

Comments
 (0)