Skip to content

Commit b2149d9

Browse files
authored
Fix broken link to structs in Polymorphism section (#48)
1 parent 9ef3cc8 commit b2149d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/polymorphism.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See also:
1111
- [Inheritance][inheritance-section]
1212
- [Operator overloading][operator-overloading-section]
1313

14-
[structures-section]: ./custom-types.md#structures-struct
14+
[structures-section]: ./custom-types/structs.md
1515
[generics-section]: ./generics.md
1616
[inheritance-section]: ./inheritance.md
1717
[operator-overloading-section]: ./operator-overloading.md

0 commit comments

Comments
 (0)