From d74fb7ed8872aaad4768e40da8175870cf34d580 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 26 Jan 2016 22:47:20 +0100 Subject: [PATCH] www: Fix link from FAQ to stacktrace page. See #1268. --- FAQ.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.asciidoc b/FAQ.asciidoc index 29f4cf5e4..081d4fabc 100644 --- a/FAQ.asciidoc +++ b/FAQ.asciidoc @@ -143,5 +143,5 @@ My issue is not listed.:: https://github.com/The-Compiler/qutebrowser/issues[the issue tracker] or using the `:report` command. If you are reporting a segfault, make sure you read the - https://github.com/The-Compiler/qutebrowser/blob/master/doc/stacktrace.asciidoc[guide] - on how to report them with all needed information. + link:doc/stacktrace.asciidoc[guide] on how to report them with all needed + information.