summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2016-06-08 00:37:33 +0100
committerDominik Picheta <dominikpicheta@gmail.com>2016-06-08 00:38:00 +0100
commit1ecdcf313aa3663000ad7940a6936ec50f672602 (patch)
treef0e1c301e1269b1a9304874b9f82ed9bea0840b5
parente8faa214eb563629ddca74c0eee3426a28d4fb3f (diff)
downloadNim-1ecdcf313aa3663000ad7940a6936ec50f672602.tar.gz
Fix links in news post.
-rw-r--r--web/news/2016_06_07_version_0_14_0_released.rst4
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 4427a08d0..32917f35d 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
@@ -67,9 +67,9 @@ Changes affecting backwards compatibility
   accept and produce ``int`` values which have platform-dependent size -
   they use ``uint32`` instead.
 - The ``strutils.unindent`` procedure has been rewritten. Its parameters now
-  match the parameters of ``strutils.indent``. See issue [#4037](https://github.com/nim-lang/Nim/issues/4037)
+  match the parameters of ``strutils.indent``. See issue `#4037 <https://github.com/nim-lang/Nim/issues/4037>`_
   for more details.
-- The ``matchers`` module has been deprecated. See issue [#2446](https://github.com/nim-lang/Nim/issues/2446)
+- The ``matchers`` module has been deprecated. See issue `#2446 <https://github.com/nim-lang/Nim/issues/2446>`_
   for more details.
 - The ``json.[]`` no longer returns ``nil`` when a key is not found. Instead it
   raises a ``KeyError`` exception. You can compile with the ``-d:nimJsonGet``