Skip to content

Commit e3ef6cf

Browse files
Merge pull request #86 from DHTMLX/wrappers
[fix] broken links
2 parents bc9b809 + b1c09a5 commit e3ef6cf

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/integrations/angular/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ Use [dhtmlxGantt with Angular (Low-Level Integration)](integrations/angular/js-g
6060

6161
Start state architecture from the Angular state section:
6262

63-
- [Data & State Management](integrations/angular/state/index.md)
63+
- [Data & State Management](integrations/angular/state.md)
6464
- [Data Binding and State Management Basics](integrations/angular/state/state-management-basics.md)
6565
- [Using Angular Gantt with RxJS](integrations/angular/state/rxjs.md)

docs/integrations/howtostart-guides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Here's the overview of guides which tell you about basic Gantt initialization wi
1717
</tr>
1818
<tr>
1919
<td><span >[dhtmlxGantt with Angular](integrations/angular/quick-start.md)</span><br/> An elaborated tutorial that explores the specificity of implementing a Gantt chart with Angular.</td>
20-
<td>[![gantt_angular](/img/gantt_angular.png)](../angular/howtostart-angular.md)</td>
20+
<td>[![gantt_angular](/img/gantt_angular.png)](../angular/js-gantt-angular.md)</td>
2121
</tr>
2222
<tr>
2323
<td><span >[dhtmlxGantt with React](integrations/react/js-gantt-react.md)</span><br/> A detailed tutorial which dwells on Gantt chart implementation with React.</td>

docs/integrations/vue/howtostart-vue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "Step-by-step guide to using the JS DHTMLX Gantt in a Vue app witho
99
:::note
1010
This tutorial shows how to use the JS DHTMLX Gantt package directly in a Vue app without the official wrapper.
1111

12-
If you want Vue props/events, wrapper-managed sync, and wrapper composables, use [Vue Gantt](integrations/vue/index.md) instead.
12+
If you want Vue props/events, wrapper-managed sync, and wrapper composables, use [Vue Gantt](integrations/vue.md) instead.
1313
:::
1414

1515
This page is for low-level integration. You initialize and manage the Gantt instance yourself.
@@ -280,6 +280,6 @@ Read [Application Security](guides/app-security.md) for the main risk areas and
280280

281281
## What To Read Next
282282

283-
- [Vue Gantt (official wrapper)](integrations/vue/index.md)
283+
- [Vue Gantt (official wrapper)](integrations/vue.md)
284284
- [Vue Gantt Overview](integrations/vue/overview.md)
285285
- [DHTMLX Gantt Guides](guides.md)

docs/integrations/vue/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ For the low-level path, use [dhtmlxGantt with Vue.js (Low-Level Integration)](in
5555

5656
Start with the state section if you already know you need store/backend synchronization:
5757

58-
- [Data & State Management](integrations/vue/state/index.md)
58+
- [Data & State Management](integrations/vue/state.md)
5959
- [Data Binding and State Management Basics](integrations/vue/state/state-management-basics.md)
6060
- [Using Vue Gantt with Pinia](integrations/vue/state/pinia.md)

0 commit comments

Comments
 (0)