From 419226ec1575056fed671f7a4aa1818899e32870 Mon Sep 17 00:00:00 2001
From: Tim Shimmin <TimothyShimmin@users.noreply.github.com>
Date: Mon, 4 Dec 2017 14:17:19 -0600
Subject: [PATCH] [docs] Explicitly linked to an implied location

I expect that link is something that would be easily lost if another item is added.
---
 doc/FAQ.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/FAQ.md b/doc/FAQ.md
index 215048d..73bc3aa 100644
--- a/doc/FAQ.md
+++ b/doc/FAQ.md
@@ -29,7 +29,7 @@ Reference: http://rybkaforum.net/cgi-bin/rybkaforum/topic_show.pl?pid=259791#pid
 
 ## VirtualAlloc failed
 
-If you set up the user rights properly (see above), and your system has 4-8GB of RAM (50%+ use), there is a significant chance that there simply won't be a large enough chunk of contiguous memory because Windows is fairly bad at mitigating memory fragmentation.
+If you set up the user rights properly ([see above](https://github.com/fireice-uk/xmr-stak/blob/master/doc/FAQ.md#selockmemoryprivilege-failed)), and your system has 4-8GB of RAM (50%+ use), there is a significant chance that there simply won't be a large enough chunk of contiguous memory because Windows is fairly bad at mitigating memory fragmentation.
 
 If that happens, disable all auto-staring applications and run the miner after a reboot.
 
-- 
GitLab