From 72818412e18c3b2136afa9a2f26f543df891cc36 Mon Sep 17 00:00:00 2001 From: James Lu Date: Thu, 27 Oct 2016 20:50:10 -0700 Subject: [PATCH] faq: fix link to dependencies list --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index e4d26e0..edbcbc9 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -2,7 +2,7 @@ ### I get errors like "ImportError: No module named 'yaml'" when I start PyLink -You are missing dependencies - re-read https://github.com/GLolol/PyLink#dependencies +You are missing dependencies - re-read https://github.com/GLolol/PyLink/blob/master/README.md#installation ### I get errors like "yaml.scanner.ScannerError: while scanning for the next token, found character '\t' that cannot start any token"