Skip to content

Commit 958cd85

Browse files
Merge pull request #26 from DHTMLX/next
[fix] broken links (special task)
2 parents 7c52a2f + f655efe commit 958cd85

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/guides/integration-with-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DHTMLX Pivot is compatible with **React**. We have prepared code examples on how
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 or use **React with Vite**. Let's name the project as **my-react-pivot-app**:

docs/guides/integration-with-svelte.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DHTMLX Pivot is compatible with **Svelte**. We have prepared code examples on ho
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/integration-with-vue.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 in the documentation o
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 Pivot is compatible with **Vue**. We have prepared code examples on how to use DHTMLX Pivot with **Vue 3**. For more information, refer to the corresponding [**Example on GitHub**](https://github.com/DHTMLX/vue-pivot-demo).

0 commit comments

Comments
 (0)