You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/groups/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ const data = [
98
98
99
99
### Properties
100
100
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.
Copy file name to clipboardExpand all lines: docs/guides/loading_data.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ const dataset = {
199
199
}
200
200
~~~
201
201
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).
Copy file name to clipboardExpand all lines: docs/shapes/default_shapes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The basic types of shapes in the **PERT** mode of Diagram are:
53
53
54
54
- the `"task"` type - a shape that has a header and renders dates and duration
55
55
- 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)
57
57
58
58
Here is an example of Diagram in the PERT mode that includes the basic types of shapes:
0 commit comments