Skip to content

Commit 95e4e86

Browse files
committed
[fix] broken links
1 parent fc7918e commit 95e4e86

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/groups/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const data = [
9898

9999
### Properties
100100

101-
See [the full list of configuration properties of a `project` object](/groups/configuration_properties/#properties-specific-for-project-shapes) which allow you to configure the positioning and appearance of tasks and milestones in the project.
101+
See [the full list of configuration properties of a `project` object](/groups/configuration_properties/#properties-specific-for-project-object) which allow you to configure the positioning and appearance of tasks and milestones in the project.
102102

103103
## Configuring the group header
104104

docs/guides/loading_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ const dataset = {
199199
}
200200
~~~
201201

202-
Check the full list of the available configuration properties of the **project** object in the [API reference](groups/configuration_properties.md/#properties-specific-for-project-shapes).
202+
Check the full list of the available configuration properties of the **project** object in the [API reference](groups/configuration_properties.md/#properties-specific-for-project-object).
203203

204204
- **task objects**
205205

docs/shapes/default_shapes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The basic types of shapes in the **PERT** mode of Diagram are:
5353

5454
- the `"task"` type - a shape that has a header and renders dates and duration
5555
- the `"milestone"` type - a shape without duration that indicates a key point of the project
56-
- the `"project"` type - a container used to group the shapes of the `"task"` and `"milestone"` types. [Check the details](/groups/#grouping-shapes-in-the-pert-diagram-mode)
56+
- the `"project"` type - a container used to group the shapes of the `"task"` and `"milestone"` types. [Check the details](/groups/#grouping-shapes-in-the-pert-mode)
5757

5858
Here is an example of Diagram in the PERT mode that includes the basic types of shapes:
5959

docs/whats_new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Released on November , 2025
2424
[`beforeItemResize`](/api/diagram_editor/editor/events/beforeitemresize_event/),
2525
[`afterItemResize`](/api/diagram_editor/editor/events/afteritemresize_event/),
2626
[`itemResizeEnd`](/api/diagram_editor/editor/events/itemresizeend_event/),
27-
[`beforeItemRotate`](/api/diagram_editor/editor/events/befoeitemrotate_event/),
27+
[`beforeItemRotate`](/api/diagram_editor/editor/events/beforeitemrotate_event/),
2828
[`afterItemRotate`](/api/diagram_editor/editor/events/afteritemrotate_event/),
2929
[`itemRotateEnd`](/api/diagram_editor/editor/events/itemrotateend_event/)
3030

0 commit comments

Comments
 (0)