Skip to content

Commit

Permalink
[update] incorrect links
Browse files Browse the repository at this point in the history
  • Loading branch information
mafanya23 committed Dec 6, 2024
1 parent a70482e commit 487b94d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guides/integrations/react_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DHTMLX Diagram Editor is compatible with **React**. We have prepared code exampl
## Creating a project

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

You can create a basic **React** project (this project) or use **React with Vite**. Let's name the project as **my-react-diagram-app**:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/integrations/svelte_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DHTMLX Diagram Editor is compatible with **Svelte**. We have prepared code examp
## Creating a project

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

To create a **Svelte** JS project, run the following command:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/integrations/vue_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: You can learn about the Integration with Vue.js in the documentatio
# Integration with Vue

:::tip
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).
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).
:::

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).
Expand Down

0 comments on commit 487b94d

Please sign in to comment.