Skip to content

Commit 70250d7

Browse files
committed
Fix slugs
1 parent e6ee692 commit 70250d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/gantt/dependencies/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ position: 0
1010

1111
# Gantt Dependencies
1212

13-
The Telerik Gantt for Blazor allows you define dependencies, which are rendered in the [Timeline]({%slug gantt-timeline%}) section of the component. A dependency represents a relation between two tasks. The direction of the arrow indicates which task is dependent on the other. You can bind a [data collection]({%slug gantt-dependencies-databind%}), define different [types]({%slug gantt-dependencies-types%}) of dependencies, and allow your users to [edit]({%slug gantt-dependencies-editing%}) the dependencies.
13+
The Telerik Gantt for Blazor allows you define dependencies, which are rendered in the [Timeline]({%slug gantt-timeline%}) section of the component. A dependency represents a relation between two tasks. The direction of the arrow indicates which task is dependent on the other. You can bind a [data collection of different dependecy types]({%slug gantt-dependencies-databind%}) and allow your users to [edit]({%slug gantt-dependencies-editing%}) the dependencies.
1414

1515
## Basics
1616

components/gantt/gantt-tree/editing/popup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The `GanttDependencyDescriptor` exposes four fields that describe the mutated de
4949
|----------|----------|----------|
5050
| `PredecessorId` | `object` | The Id of the predecessor of the mutated dependency. |
5151
| `SuccessorId` | `object` | The Id of the successor of the mutated dependency. |
52-
| `Type` | `int` | The [Type]({%slug gantt-dependencies-types%}) of the dependency. |
52+
| `Type` | `GanttDependencyType` enum | The [type of the dependency]({%slug gantt-dependencies-databind%}). |
5353
| `DataItem` | `object` | The model associated with this dependency. |
5454

5555
>caption The Command buttons and the Gantt events let you handle data operations in Popup edit mode.

0 commit comments

Comments
 (0)