Skip to content

Commit e1c1c72

Browse files
authored
Merge pull request #55 from DHTMLX/next
[update] incorrect links
2 parents da542e5 + 487b94d commit e1c1c72

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/guides/integrations/react_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DHTMLX Diagram Editor is compatible with **React**. We have prepared code exampl
1515
## Creating a project
1616

1717
:::info
18-
Before you start to create a new project, install [**Vite**](https://vitejs.dev/) (optional) and [**Node.js**](https://nodejs.org/en/).
18+
Before you start to create a new project, install [**Vite**](https://vite.dev/) (optional) and [**Node.js**](https://nodejs.org/en/).
1919
:::
2020

2121
You can create a basic **React** project (this project) or use **React with Vite**. Let's name the project as **my-react-diagram-app**:

docs/guides/integrations/svelte_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DHTMLX Diagram Editor is compatible with **Svelte**. We have prepared code examp
1515
## Creating a project
1616

1717
:::info
18-
Before you start to create a new project, install [**Vite**](https://vitejs.dev/) (optional) and [**Node.js**](https://nodejs.org/en/).
18+
Before you start to create a new project, install [**Vite**](https://vite.dev/) (optional) and [**Node.js**](https://nodejs.org/en/).
1919
:::
2020

2121
To create a **Svelte** JS project, run the following command:

docs/guides/integrations/vue_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 Vue.js in the documentatio
77
# Integration with Vue
88

99
:::tip
10-
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://v3.vuejs.org/guide/introduction.html#getting-started).
10+
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).
1111
:::
1212

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

0 commit comments

Comments
 (0)