diff --git a/docs/guides/integrations/react_integration.md b/docs/guides/integrations/react_integration.md index 0187ea83..4e5886d4 100644 --- a/docs/guides/integrations/react_integration.md +++ b/docs/guides/integrations/react_integration.md @@ -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**: diff --git a/docs/guides/integrations/svelte_integration.md b/docs/guides/integrations/svelte_integration.md index 140adb86..9af86704 100644 --- a/docs/guides/integrations/svelte_integration.md +++ b/docs/guides/integrations/svelte_integration.md @@ -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: diff --git a/docs/guides/integrations/vue_integration.md b/docs/guides/integrations/vue_integration.md index 024adb4d..e7f3b3c9 100644 --- a/docs/guides/integrations/vue_integration.md +++ b/docs/guides/integrations/vue_integration.md @@ -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).