You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2018/12/14 09:41:05 UTC

[mynewt-newt] branch master updated: Fix table syntax

This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a87103  Fix table syntax
4a87103 is described below

commit 4a87103513bb1a7e6e34d6c5cb36379e73878053
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Wed Dec 12 20:07:36 2018 -0200

    Fix table syntax
---
 docs/install/prev_releases.rst | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/docs/install/prev_releases.rst b/docs/install/prev_releases.rst
index 6dfa666..bd8c9e3 100644
--- a/docs/install/prev_releases.rst
+++ b/docs/install/prev_releases.rst
@@ -45,19 +45,19 @@ Linux
 
 1. Download the binary:
 
-   +-----------+----------------------------------------------------------------------------------------------------------------------------------------------------+
-   | Version   | Download                                                                                                                                           |
-   +===========+====================================================================================================================================================+
-   | 1.0.0     | `newt\_1.0.0-1\_amd64.deb <https://raw.githubusercontent.com/JuulLabs-OSS/binary-releases/master/mynewt-newt-tools_1.0.0/newt_1.0.0-1_amd64.deb>`__   |
-   +-----------+----------------------------------------------------------------------------------------------------------------------------------------------------+
-   | 1.1.0     | `newt\_1.1.0-1\_amd64.deb <https://raw.githubusercontent.com/JuulLabs-OSS/binary-releases/master/mynewt-newt-tools_1.1.0/newt_1.1.0-1_amd64.deb>`__   |
-   +-----------+----------------------------------------------------------------------------------------------------------------------------------------------------+
-   | 1.3.0     | `newt\_1.3.0-1\_amd64.deb <https://raw.githubusercontent.com/JuulLabs-OSS/binary-releases/master/mynewt-newt-tools_1.3.0/newt_1.3.0-1_amd64.deb>`__   |
-   +-----------+----------------------------------------------------------------------------------------------------------------------------------------------------+
-   | 1.4.0     | `newt\_1.4.0-1\_amd64.deb <https://raw.githubusercontent.com/JuulLabs-OSS/binary-releases/master/mynewt-newt-tools_1.4.0/newt_1.4.0-1_amd64.deb>`__   |
-   +-----------+----------------------------------------------------------------------------------------------------------------------------------------------------+
-   | 1.4.1     | `newt\_1.4.1-1\_amd64.deb <https://raw.githubusercontent.com/JuulLabs-OSS/binary-releases/master/mynewt-newt-tools_1.4.1/newt_1.4.1-1_amd64.deb>`__   |
-   +-----------+----------------------------------------------------------------------------------------------------------------------------------------------------+
+   +-----------+------------------------------------------------------------------------------------------------------------------------------------------------------+
+   | Version   | Download                                                                                                                                             |
+   +===========+======================================================================================================================================================+
+   | 1.0.0     | `newt\_1.0.0-1\_amd64.deb <https://raw.githubusercontent.com/JuulLabs-OSS/binary-releases/master/mynewt-newt-tools_1.0.0/newt_1.0.0-1_amd64.deb>`__  |
+   +-----------+------------------------------------------------------------------------------------------------------------------------------------------------------+
+   | 1.1.0     | `newt\_1.1.0-1\_amd64.deb <https://raw.githubusercontent.com/JuulLabs-OSS/binary-releases/master/mynewt-newt-tools_1.1.0/newt_1.1.0-1_amd64.deb>`__  |
+   +-----------+------------------------------------------------------------------------------------------------------------------------------------------------------+
+   | 1.3.0     | `newt\_1.3.0-1\_amd64.deb <https://raw.githubusercontent.com/JuulLabs-OSS/binary-releases/master/mynewt-newt-tools_1.3.0/newt_1.3.0-1_amd64.deb>`__  |
+   +-----------+------------------------------------------------------------------------------------------------------------------------------------------------------+
+   | 1.4.0     | `newt\_1.4.0-1\_amd64.deb <https://raw.githubusercontent.com/JuulLabs-OSS/binary-releases/master/mynewt-newt-tools_1.4.0/newt_1.4.0-1_amd64.deb>`__  |
+   +-----------+------------------------------------------------------------------------------------------------------------------------------------------------------+
+   | 1.4.1     | `newt\_1.4.1-1\_amd64.deb <https://raw.githubusercontent.com/JuulLabs-OSS/binary-releases/master/mynewt-newt-tools_1.4.1/newt_1.4.1-1_amd64.deb>`__  |
+   +-----------+------------------------------------------------------------------------------------------------------------------------------------------------------+
 
 2. Run the ``sudo apt-get remove newt`` command to remove the the current installation.