docs: fix troubleshooting link from markdown to RST

This commit is contained in:
rubo77 2019-06-24 11:19:21 +02:00
parent 7d386a66f3
commit 98d9fb9016
No known key found for this signature in database
GPG Key ID: 8BCC811299DBC5DF

View File

@ -87,8 +87,9 @@ Next go back to the top-level Gluon directory and build Gluon::
make GLUON_TARGET=ar71xx-generic # Build Gluon make GLUON_TARGET=ar71xx-generic # Build Gluon
In case of errors read the messages carefully and try to fix the stated issues In case of errors read the messages carefully and try to fix the stated issues
(e.g. install missing tools not available or look at the wiki: (e.g. install missing tools not available or look for Troubleshooting_ in the wiki.
[Troubleshooting](https://github.com/freifunk-gluon/gluon/wiki/Troubleshooting))
.. _Troubleshooting: https://github.com/freifunk-gluon/gluon/wiki/Troubleshooting
``ar71xx-generic`` is the most common target and will generate images for most of the supported hardware. ``ar71xx-generic`` is the most common target and will generate images for most of the supported hardware.
To see a complete list of supported targets, call ``make`` without setting ``GLUON_TARGET``. To see a complete list of supported targets, call ``make`` without setting ``GLUON_TARGET``.