diff options
Diffstat (limited to 'doc/nims.rst')
-rw-r--r-- | doc/nims.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nims.rst b/doc/nims.rst index dea09e1e8..034ad1fda 100644 --- a/doc/nims.rst +++ b/doc/nims.rst @@ -31,7 +31,7 @@ available. So the stdlib modules using ``importc`` cannot be used with Nim's VM. However, at least the following modules are available: * `macros <macros.html>`_ -* `ospaths <ospaths.html>`_ +* `os <os.html>`_ * `strutils <strutils.html>`_ * `math <math.html>`_ * `distros <distros.html>`_ |