diff --git a/Consts-defined-by-the-compiler.md b/Consts-defined-by-the-compiler.md index 8445031..19dd458 100644 --- a/Consts-defined-by-the-compiler.md +++ b/Consts-defined-by-the-compiler.md @@ -1,7 +1,7 @@ # Defined The following three lists are compiled from: -[Nim/compiler/plataform.nim](https://github.com/nim-lang/Nim/blob/devel/compiler/platform.nim) and -[Nim/compiler/extccomp.nim](https://github.com/nim-lang/Nim/blob/1ad729ee3b4738cffcbf0009e8849cb57b729e91/compiler/extccomp.nim) +[Nim/compiler/platform.nim](https://github.com/nim-lang/Nim/blob/devel/compiler/platform.nim) and +[Nim/compiler/extccomp.nim](https://github.com/nim-lang/Nim/blob/devel/compiler/extccomp.nim) One can use some name from them like: ```nim