From a8a67c6b16f8dc06470acb0ce95af8de7a904376 Mon Sep 17 00:00:00 2001 From: arookas Date: Thu, 10 Dec 2015 22:07:31 -0500 Subject: [PATCH] Made links to language.md. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index ff98b1e..67b1dfa 100644 --- a/readme.md +++ b/readme.md @@ -18,7 +18,7 @@ Use the `sunCompiler.Compile` or any of its overloads to compile a script: |`output`|The output stream into which the compiled binary file will be written.| |`resolver`|An instance of the import resolver to use. If not specified, `sunImportResolver.Default` will be used.| -_ssc_ by default resolves imports by loading files on disk (see language.md for more information). +_ssc_ by default resolves imports by loading files on disk (see [language.md](language.md). for more information). To use a custom import resolver, create a new class inheriting from `sunImportResolver` and pass an instance of it to the `sunCompiler.Compile` method. The result of compilation will be returned in a `sunCompilerResults` instance. @@ -39,4 +39,4 @@ If the error is of the type `sunScriptException`, you can cast and retrieve the ## Language -For more information on the SunScript language and its syntax, see language.md. \ No newline at end of file +For more information on the SunScript language and its syntax, see [language.md](language.md). \ No newline at end of file