Fix broken links in 'Getting Started' gudes

This commit is contained in:
Krzysztof
2019-08-02 17:09:33 +08:00
parent 096b741a23
commit d163b9e615
2 changed files with 6 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ Build the toolchain::
./ct-ng build
chmod -R u+w builds/xtensa-esp32-elf
Toolchain will be built in ``~/esp/crosstool-NG/builds/xtensa-esp32-elf``. Follow `instructions for standard setup <setup-linux-toolchain-add-it-to-path>`_ to add the toolchain to your ``PATH``.
Toolchain will be built in ``~/esp/crosstool-NG/builds/xtensa-esp32-elf``. Follow :ref:`instructions for standard setup <setup-linux-toolchain-add-it-to-path-legacy>` to add the toolchain to your ``PATH``.
Next Steps