From 4093029ed5838fc877fdd11eedad65bf0cfb2d43 Mon Sep 17 00:00:00 2001 From: Julie Engel Date: Wed, 26 Oct 2016 12:32:22 +0200 Subject: [PATCH] also use rel paths for toplevel docs --- doc/help/index.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/help/index.asciidoc b/doc/help/index.asciidoc index a1667f038..183435f68 100644 --- a/doc/help/index.asciidoc +++ b/doc/help/index.asciidoc @@ -7,12 +7,12 @@ Documentation The following help pages are currently available: * link:../quickstart.html[Quick start guide] -* link:../FAQ.html[Frequently asked questions] -* link:../CHANGELOG.html[Change Log] +* link:../../FAQ.html[Frequently asked questions] +* link:../../CHANGELOG.html[Change Log] * link:commands.html[Documentation of commands] * link:settings.html[Documentation of settings] * link:../userscripts.html[How to write userscripts] -* link:../CONTRIBUTING.html[Contributing to qutebrowser] +* link:../../CONTRIBUTING.html[Contributing to qutebrowser] Getting help ------------