diff --git a/README.md b/README.md index a7311f5..8700bd3 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,12 @@ Nondescript is a toy programming language. Currently its compiler is being rewri - Dynamic typing, bytecode interpreter - Almost everything is an expression - Syntax tries to balance sugar with consistency -See [docs/reference.md] to learn more about the language. + +See [docs/reference.md](docs/reference.md) to learn more about the language. ## Examples -If the [docs/] folder is not enough, the following folders in the source tree, will have more examples: +If the [docs/](docs/) folder is not enough, the following folders in the source tree, will have more examples: - benchmarks/ - examples/