diff options
author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-06-08 22:56:58 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-06-08 22:57:21 +0100 |
commit | 10fdd241ea1d987f12820b6c5467e21dc08d1c23 (patch) | |
tree | 5243420cfeb6e3259ee537d40032cc928e9f23cb /web | |
parent | 1f1b61f432326cbef834d8148c3a4dc492d52f50 (diff) | |
download | Nim-10fdd241ea1d987f12820b6c5467e21dc08d1c23.tar.gz |
Small website fixes.
Diffstat (limited to 'web')
-rw-r--r-- | web/news.rst | 3 | ||||
-rw-r--r-- | web/news/2016_06_08_version_0_14_2_released.rst | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/web/news.rst b/web/news.rst index 9ad332f21..964003ce5 100644 --- a/web/news.rst +++ b/web/news.rst @@ -5,6 +5,9 @@ News `2016-06-08 Version 0.14.2 released <news/2016_06_08_version_0_14_2_released.html>`_ =================================== +`2016-06-07 Version 0.14.0 released <news/2016_06_07_version_0_14_0_released.html>`_ +=================================== + `2016-06-04 Meet our BountySource sponsors <news/2016_06_04_meet_our_bountysource_sponsors.html>`_ =================================== diff --git a/web/news/2016_06_08_version_0_14_2_released.rst b/web/news/2016_06_08_version_0_14_2_released.rst index 8f9576ec1..a10e3f65c 100644 --- a/web/news/2016_06_08_version_0_14_2_released.rst +++ b/web/news/2016_06_08_version_0_14_2_released.rst @@ -10,6 +10,5 @@ regressions. In particular, the ``tar.xz`` now supports documentation generation, and the Windows installers bundle the latest stable nimble release. -The news about the 0.14.0 release are still relevant, so here they are: - -.. include:: 2016_06_07_version_0_14_0_released.rst +The news about the 0.14.0 release are still relevant, so check them out +`here <http://nim-lang.org/news/2016_06_07_version_0_14_0_released.html>`_. |