Skip to content

Commit 602df5e

Browse files
authored
Fix section links in README.md
1 parent f2e8dc6 commit 602df5e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The cycle search always runs on the complete model.
3737
3. **Right-click** a cycle group → *Show in Code Explorer* to visualize it as a graph. The **Code Explorer** (or canvas) is your interactive working area — a whiteboard where you place only the elements you need right now.
3838
4. Optionally, click **AI Advisor** to get ideas on how to break the cycle
3939

40-
See [Find and break dependency cycles](#find-and-break-dependency-cycles-2) for details.
40+
See [Find and break dependency cycles](#find-and-break-dependency-cycles-1) for details.
4141

4242
### Explore your codebase
4343

@@ -47,17 +47,17 @@ See [Find and break dependency cycles](#find-and-break-dependency-cycles-2) for
4747
- *Find inheritance tree* — what does this class extend?
4848
3. Keep following relationships that interest you — the graph grows step by step
4949

50-
See [Explore your codebase](#explore-your-codebase-2) for details, including Advanced Search and performance tips.
50+
See [Explore your codebase](#explore-your-codebase-1) for details, including Advanced Search and performance tips.
5151

5252
### Export your graph
5353

5454
Once you have a graph you want to share, export it for example as a **PlantUML class diagram** or
55-
**DGML** file. See [Export your graph](#export-your-graph-2) for details.
55+
**DGML** file. See [Export your graph](#export-your-graph-1) for details.
5656

5757
### Validate architectural rules
5858

5959
Define DENY, RESTRICT, or ISOLATE rules and check them against your codebase.
60-
See [Validate architectural rules](#validate-architectural-rules-2).
60+
See [Validate architectural rules](#validate-architectural-rules-1).
6161

6262
---
6363

0 commit comments

Comments
 (0)