Fixed broken links

This commit is contained in:
2023-02-16 23:02:33 +11:00
committed by GitHub
parent 9e30b99547
commit e57d8ed209
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
This header defines the structure of the nodes used in the Abstract Syntax Tree, known as `Toy_ASTNode`. Most of what is defined here is intended for internal use, so is not documented here.
This header doesn't need to be included directly, as it is included in [toy_parser.h](c-api/toy_parser_h.md).
This header doesn't need to be included directly, as it is included in [toy_parser.h](toy_parser_h.md).
## Defined Functions