Skip to content

Commit da6115b

Browse files
committed
Attempting to fix mermaid hyperlink
1 parent 58a0f38 commit da6115b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ classDiagram
7171
AppHelper --|> Helper
7272
Helper --> "*" Helper
7373
74-
click Component href "Components.md" "See PHPStan customizations for Components"
75-
click Controller href "Controllers.md" "See PHPStan customizations for Controllers"
76-
click Helper href "Helpers.md" "See PHPStan customizations for Helpers"
77-
click Model href "Models.md" "See PHPStan customizations for Models"
78-
click Shell href "Shells.md" "See PHPStan customizations for Shells"
74+
click Component href "./Components.md" "See PHPStan customizations for Components"
75+
click Controller href "./Controllers.md" "See PHPStan customizations for Controllers"
76+
click Helper href "./Helpers.md" "See PHPStan customizations for Helpers"
77+
click Model href "./Models.md" "See PHPStan customizations for Models"
78+
click Shell href "./Shells.md" "See PHPStan customizations for Shells"
7979
```

0 commit comments

Comments
 (0)