]> granicus.if.org Git - esp-idf/commitdiff
docs: getting-started: fix broken links
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 16 Jul 2019 15:03:20 +0000 (17:03 +0200)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 17 Jul 2019 06:30:53 +0000 (08:30 +0200)
docs/en/get-started-legacy/index.rst

index bd3d000ce11da3df5130030b2c93465c2fb9ff70..fa8791d9af47d5d033d64010c989986d4d991dd8 100644 (file)
@@ -103,13 +103,13 @@ The quickest way to start development with ESP32 is by installing a prebuilt too
 
     Windows <windows-setup>
     Linux <linux-setup>
-    MacOS <macos-setup>
+    macOS <macos-setup>
 
-+-----------------------------+-------------------------+----------------------------------+
-| |windows-logo|              | |linux-logo|            | |macos-logo|                     |
-+-----------------------------+-------------------------+----------------------------------+
-| `Windows <windows-legacy>`_ | `Linux <linux-legacy>`_ | `Mac OS <macos-legacy>`_         |
-+-----------------------------+-------------------------+----------------------------------+
++-----------------+---------------+---------------+
+| |windows-logo|  | |linux-logo|  | |macos-logo|  |
++-----------------+---------------+---------------+
+| Windows_        | Linux_        | `macOS`_      |
++-----------------+---------------+---------------+
 
 .. |windows-logo| image:: ../../_static/windows-logo.png
     :target: ../get-started-legacy/windows-setup.html
@@ -120,9 +120,9 @@ The quickest way to start development with ESP32 is by installing a prebuilt too
 .. |macos-logo| image:: ../../_static/macos-logo.png
     :target: ../get-started-legacy/macos-setup.html
 
-.. _Windows-legacy: ../get-started-legacy/windows-setup.html
-.. _Linux-legacy: ../get-started-legacy/linux-setup.html
-.. _Mac OS-legacy: ../get-started-legacy/macos-setup.html
+.. _Windows: ../get-started-legacy/windows-setup.html
+.. _Linux: ../get-started-legacy/linux-setup.html
+.. _macOS: ../get-started-legacy/macos-setup.html
 
 .. note::