Skip to content

Commit d0f489d

Browse files
Merge pull request #24 from DHTMLX/next
Next
2 parents b1b8a87 + 1a66339 commit d0f489d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/guides/integration_with_angular.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ description: You can learn about the integration with Angular in the documentati
77
# 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://v17.angular.io/docs).
1111
:::
1212

1313
DHTMLX To Do List is compatible with **Angular**. We prepared code examples on how to use DHTMLX To Do List with **Angular**. For more information, refer to the corresponding [**Example on GitHub**](https://github.com/DHTMLX/angular-todolist-demo).
1414

1515
## Creating a 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://v17.angular.io/cli) and [**Node.js**](https://nodejs.org/en/).
1919
:::
2020

2121
Create a new **my-angular-todo-app** project using Angular CLI. For this purpose, run the following command:

docs/guides/integration_with_svelte.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: You can learn about the integration with Svelte in the documentatio
77
# Integration with Svelte
88

99
:::tip
10-
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/docs/kit/introduction).
10+
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/docs/svelte/overview).
1111
:::
1212

1313
DHTMLX To Do List is compatible with **Svelte**. We have prepared code examples on how to use DHTMLX To Do List with **Svelte**. For more information, refer to the corresponding [**Example on GitHub**](https://github.com/DHTMLX/svelte-todolist-demo).
@@ -30,7 +30,7 @@ or
3030
npm create vite@latest
3131
~~~
3232

33-
Check the details in the [related article](https://svelte.dev/docs/introduction#start-a-new-project-alternatives-to-sveltekit).
33+
Check the details in the [related article](https://svelte.dev/docs/svelte/overview).
3434

3535
### Installation of dependencies
3636

0 commit comments

Comments
 (0)