summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/news.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/news.txt b/web/news.txt
index 80983d33d..ac6f8ae09 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -89,7 +89,8 @@ News
   Compiler Additions
   ------------------
 
-  - The compiler now supports a new configuration system based on ``NimScript``.
+  - The compiler now supports a new configuration system based on
+    `NimScript <docs/nims.html>`_.
 
 
   Language Additions
@@ -106,7 +107,7 @@ News
     is allowed. Note that this doesn't declare ``x`` and ``y`` variables, for
     this ``let (x, y) == f()`` still needs to be used.
   - ``when nimvm`` can now be used for compiletime versions of some code
-    sections. See (XXX) for details.
+    sections. Click `here <docs/manual.html#when-nimvm-statement>`_ for details.
 
 
   Bugfixes