diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2019-01-27 16:27:54 +0000 |
---|---|---|
committer | Miran <narimiran@disroot.org> | 2019-01-27 17:27:54 +0100 |
commit | 7533f3bcbd1990badce757ad3c318211a6866303 (patch) | |
tree | 2afaef6febb1c3849f568200180d4af0a2b5cd34 /lib/system | |
parent | 0b02241fc53eff2687b4fad3997159b953888634 (diff) | |
download | Nim-7533f3bcbd1990badce757ad3c318211a6866303.tar.gz |
Add link to nims.html (#10472) [ci skip]
Diffstat (limited to 'lib/system')
-rw-r--r-- | lib/system/nimscript.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/system/nimscript.nim b/lib/system/nimscript.nim index e879fda83..1c4986aa4 100644 --- a/lib/system/nimscript.nim +++ b/lib/system/nimscript.nim @@ -7,6 +7,7 @@ # distribution, for details about the copyright. # +## To learn about scripting in Nim see `NimScript<nims.html>`_ # Nim's configuration system now uses Nim for scripting. This module provides # a few things that are required for this to work. |