Skip to content

Commit 43dcc64

Browse files
Merge pull request #14 from AlexKlimenkov/master
Fix missing links to installation & overview pages
2 parents ea2d52d + 1c4e0f5 commit 43dcc64

11 files changed

Lines changed: 17 additions & 17 deletions

File tree

docs/integrations/react/firebase-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ npm install firebase
4141

4242
### Installing React Gantt
4343

44-
Install React Gantt as described in [](integrations/react/installation.md).
44+
Install React Gantt as described in the [React Gantt installation guide](integrations/react/installation.md).
4545

4646
In this tutorial we use the evaluation package:
4747

docs/integrations/react/nextjs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cd react-gantt-nextjs-quick-start
3737

3838
## Step 1. Installing the React Gantt package
3939

40-
Install React Gantt as described in [](integrations/react/installation.md).
40+
Install React Gantt as described in the [React Gantt installation guide](integrations/react/installation.md).
4141

4242
In this tutorial we use the evaluation package:
4343

docs/integrations/react/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cd react-gantt-quick-start
3232

3333
### Installing React Gantt
3434

35-
Install React Gantt as described in [](integrations/react/installation.md).
35+
Install React Gantt as described in the [React Gantt installation guide](integrations/react/installation.md).
3636

3737
In this tutorial we use the evaluation package:
3838

docs/integrations/react/remix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Your application will be available at `http://localhost:5173`.
4343

4444
## Step 1. Installing the React Gantt package
4545

46-
Install React Gantt as described in [](integrations/react/installation.md).
46+
Install React Gantt as described in the [React Gantt installation guide](integrations/react/installation.md).
4747

4848
In this tutorial we use the evaluation package:
4949

docs/integrations/react/state/jotai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Then we need to install the React Gantt package.
4343

4444
### Installing React Gantt
4545

46-
Install React Gantt as described in [](integrations/react/installation.md).
46+
Install React Gantt as described in the [React Gantt installation guide](integrations/react/installation.md).
4747

4848
In this tutorial we use the evaluation package:
4949

@@ -475,7 +475,7 @@ A complete working project that follows this tutorial is [provided on GitHub](ht
475475
To go further:
476476

477477
- Revisit the concepts behind this example in [](integrations/react/state/state-management-basics.md)
478-
- Combine Jotai-driven state with advanced configuration and templating in [](integrations/react/overview.md)
478+
- Combine Jotai-driven state with advanced configuration and templating in the [React Gantt overview](integrations/react/overview.md)
479479
- Explore the same pattern with other state managers:
480480
- [Using React Gantt with Redux Toolkit](integrations/react/state/redux-toolkit.md)
481481
- [Using React Gantt with MobX](integrations/react/state/mobx.md)

docs/integrations/react/state/mobx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Then we need to install the React Gantt package.
4545

4646
### Installing React Gantt
4747

48-
Install React Gantt as described in [](integrations/react/installation.md).
48+
Install React Gantt as described in the [React Gantt installation guide](integrations/react/installation.md).
4949

5050
In this tutorial we use the evaluation package:
5151

@@ -480,7 +480,7 @@ A complete working project that follows this tutorial is [provided on GitHub](ht
480480
To go further:
481481

482482
- Revisit the concepts behind this example in [](integrations/react/state/state-management-basics.md)
483-
- Combine store-driven state with advanced configuration and templating in [](integrations/react/overview.md)
483+
- Combine store-driven state with advanced configuration and templating in the [React Gantt overview](integrations/react/overview.md)
484484
- Explore the same pattern with other state managers:
485485
- [Using React Gantt with Redux Toolkit](integrations/react/state/redux-toolkit.md)
486486
- [Using React Gantt with Zustand](integrations/react/state/zustand.md)

docs/integrations/react/state/redux-toolkit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Then we need to install the React Gantt package.
4242

4343
### Installing React Gantt
4444

45-
Install React Gantt as described in [](integrations/react/installation.md).
45+
Install React Gantt as described in the [React Gantt installation guide](integrations/react/installation.md).
4646

4747
In this tutorial we use the evaluation package:
4848

@@ -588,7 +588,7 @@ A complete working project that follows this tutorial is [provided on GitHub](ht
588588
To go further:
589589

590590
- Revisit the concepts behind this example in [](integrations/react/state/state-management-basics.md)
591-
- Combine Redux-driven state with advanced configuration and templating in [](integrations/react/overview.md)
591+
- Combine Redux-driven state with advanced configuration and templating in the [React Gantt overview](integrations/react/overview.md)
592592
- Explore the same pattern with other state managers:
593593
- [Using React Gantt with Zustand](integrations/react/state/zustand.md)
594594
- [Using React Gantt with MobX](integrations/react/state/mobx.md)

docs/integrations/react/state/state-management-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,5 +494,5 @@ State managers:
494494

495495
Or learn more about usage of imperative API and server-side communication:
496496

497-
- [](integrations/react/configuration-props.md)
497+
- [React Gantt Configuration](integrations/react/configuration-props.md)
498498
- [Server-Side Integration](guides/server-side.md)

docs/integrations/react/state/valtio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Then we need to install the React Gantt package.
4343

4444
### Installing React Gantt
4545

46-
Install React Gantt as described in [](integrations/react/installation.md).
46+
Install React Gantt as described in the [React Gantt installation guide](integrations/react/installation.md).
4747

4848
In this tutorial we use the evaluation package:
4949

@@ -466,7 +466,7 @@ A complete working project that follows this tutorial is [provided on GitHub](ht
466466
To go further:
467467

468468
- Revisit the concepts behind this example in [](integrations/react/state/state-management-basics.md)
469-
- Combine store-driven state with advanced configuration and templating in [](integrations/react/overview.md)
469+
- Combine store-driven state with advanced configuration and templating in the [React Gantt overview](integrations/react/overview.md)
470470
- Explore the same pattern with other state managers:
471471
- [Using React Gantt with Redux Toolkit](integrations/react/state/redux-toolkit.md)
472472
- [Using React Gantt with MobX](integrations/react/state/mobx.md)

docs/integrations/react/state/xstate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Then we need to install the React Gantt package.
4343

4444
### Installing React Gantt
4545

46-
Install React Gantt as described in [](integrations/react/installation.md).
46+
Install React Gantt as described in the [React Gantt installation guide](integrations/react/installation.md).
4747

4848
In this tutorial we use the evaluation package:
4949

@@ -579,7 +579,7 @@ A complete working project that follows this tutorial is [provided on GitHub](ht
579579
To go further:
580580

581581
- Revisit the concepts behind this example in [](integrations/react/state/state-management-basics.md)
582-
- Combine XState machine with advanced configuration and templating in [](integrations/react/overview.md)
582+
- Combine XState machine with advanced configuration and templating in the [React Gantt overview](integrations/react/overview.md)
583583
- Compare this XState-driven architecture with other state managers:
584584
- [Using React Gantt with Redux Toolkit](integrations/react/state/redux-toolkit.md)
585585
- [Using React Gantt with MobX](integrations/react/state/mobx.md)

0 commit comments

Comments
 (0)