Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.

Commit 6657005

Browse files
authored
Fix broken links in README
1 parent 8d7e54e commit 6657005

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The `SimpleGraph` unit defines the following classes:
66
Provides a canvas for drawing simple directional graphs.
77

88
- **[TGraphConstraints](TGraphConstraints.md) = class(TPersistent)** \
9-
Defines the bounding constraints of the graphs on the [TSimpleGraph](SimpleGraph.md) control.
9+
Defines the bounding constraints of the graphs on the [TSimpleGraph](TSimpleGraph.md) control.
1010

1111
- **[TGraphObjectList](TGraphObjectList.md) = class(TPersistent)** \
1212
Maintains the collection of objects on a graph.
@@ -53,4 +53,4 @@ The `SimpleGraph` unit defines the following classes:
5353
- **TCompatibleCanvas = class(TCanvas)** \
5454
Provides a `Canvas` object compatible with the screen's device context.
5555

56-
In addition, the code offers various [global procedures and functions](/Globals.md).
56+
In addition, the code offers various [global procedures and functions](Globals.md).

0 commit comments

Comments
 (0)