From: Ivan Grokhotkov Date: Tue, 16 Jul 2019 15:03:20 +0000 (+0200) Subject: docs: getting-started: fix broken links X-Git-Tag: v4.0-beta1~36^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7feea264044097c6ba5c0ece33a9fb346b0c54f2;p=esp-idf docs: getting-started: fix broken links --- diff --git a/docs/en/get-started-legacy/index.rst b/docs/en/get-started-legacy/index.rst index bd3d000ce1..fa8791d9af 100644 --- a/docs/en/get-started-legacy/index.rst +++ b/docs/en/get-started-legacy/index.rst @@ -103,13 +103,13 @@ The quickest way to start development with ESP32 is by installing a prebuilt too Windows Linux - MacOS + macOS -+-----------------------------+-------------------------+----------------------------------+ -| |windows-logo| | |linux-logo| | |macos-logo| | -+-----------------------------+-------------------------+----------------------------------+ -| `Windows `_ | `Linux `_ | `Mac OS `_ | -+-----------------------------+-------------------------+----------------------------------+ ++-----------------+---------------+---------------+ +| |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::