summary refs log tree commit diff stats
path: root/doc/manual/stmts.txt
diff options
context:
space:
mode:
authorapense <apense@users.noreply.github.com>2015-05-25 02:44:08 -0400
committerJonathan Edwards <apense+git@gmail.com>2015-05-25 03:15:50 -0400
commit513423a08dcc6f2011f9af394c2a66c54445d5eb (patch)
tree86307810079a1db79e3776c092c9dea5f218b912 /doc/manual/stmts.txt
parent4702b5f5c3f0ac4d02ee531ac3cc264f3ca33d1a (diff)
downloadNim-513423a08dcc6f2011f9af394c2a66c54445d5eb.tar.gz
Corrected various links within documentation
Corrected `noSideEffect pragma` links in lib/system
(The newer documentation uses slightly different links)

Corrected `noSideEffect pragma` in types links to match the updated link names

Minor link adjustment in stmts to match the newer link names
Diffstat (limited to 'doc/manual/stmts.txt')
-rw-r--r--doc/manual/stmts.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/stmts.txt b/doc/manual/stmts.txt
index 5e47110e9..210ca7064 100644
--- a/doc/manual/stmts.txt
+++ b/doc/manual/stmts.txt
@@ -176,9 +176,9 @@ The rules for compile-time computability are:
 1. Literals are compile-time computable.
 2. Type conversions are compile-time computable.
 3. Procedure calls of the form ``p(X)`` are compile-time computable if
-   ``p`` is a proc without side-effects (see the `noSideEffect pragma`_
-   for details) and if ``X`` is a (possibly empty) list of compile-time
-   computable arguments.
+   ``p`` is a proc without side-effects (see the `noSideEffect pragma 
+   <#pragmas-nosideeffect-pragma>`_ for details) and if ``X`` is a 
+   (possibly empty) list of compile-time computable arguments.
 
 
 Constants cannot be of type ``ptr``, ``ref``, ``var`` or ``object``, nor can