From a5525751316371b50ef8cbab5c864021265f17aa Mon Sep 17 00:00:00 2001
From: rubo77 <github@r.z11.de>
Date: Sat, 15 Jun 2019 11:44:37 +0200
Subject: [PATCH] docs: link to Wiki Troubleshooting page in Getting Started

---
 docs/user/getting_started.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst
index 2b76bc81a..a8201e992 100644
--- a/docs/user/getting_started.rst
+++ b/docs/user/getting_started.rst
@@ -86,7 +86,9 @@ Next go back to the top-level Gluon directory and build Gluon::
     make update                        # Get other repositories used by Gluon
     make GLUON_TARGET=ar71xx-generic   # Build Gluon
 
-In case of errors read the messages carefully and try to fix the stated issues (e.g. install tools not available yet).
+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:
+[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.
 To see a complete list of supported targets, call ``make`` without setting ``GLUON_TARGET``.
-- 
GitLab