diff options
author | Araq <rumpf_a@web.de> | 2016-06-07 10:06:29 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-06-07 10:06:29 +0200 |
commit | 136034361c61e3a32f34e4d839ccfa24ed632cbc (patch) | |
tree | 51960e41a7104c77acfa00ec8098ae256ddb2931 /web | |
parent | eed012891641c294b62657e960693eb867f8da5b (diff) | |
download | Nim-136034361c61e3a32f34e4d839ccfa24ed632cbc.tar.gz |
fixes news links
Diffstat (limited to 'web')
-rw-r--r-- | web/news/2016_06_07_version_0_14_0_released.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/news/2016_06_07_version_0_14_0_released.rst b/web/news/2016_06_07_version_0_14_0_released.rst index a82f3ed61..6aa2ee44f 100644 --- a/web/news/2016_06_07_version_0_14_0_released.rst +++ b/web/news/2016_06_07_version_0_14_0_released.rst @@ -166,9 +166,9 @@ Language Additions ------------------ - Nim now supports a ``.this`` pragma for more notational convenience. - See `manual.html#overloading-resolution-automatic-self-insertions`_ for more information. + See `automatic-self-insertions <../docs/manual.html#overloading-resolution-automatic-self-insertions>`_ for more information. - Nim now supports a different ``using`` statement for more convenience. - Consult `manual.html#statements-and-expressions-using-statement`_ for more information. + Consult `using-statement <../docs/manual.html#statements-and-expressions-using-statement>`_ for more information. - ``include`` statements are not restricted to top level statements anymore. .. |