From 6b219a8a721ffbc0558c47edf95b3dfbd5338711 Mon Sep 17 00:00:00 2001 From: Fritz Reichwald Date: Thu, 7 Mar 2019 11:09:34 +0100 Subject: [PATCH] Fix config path for Windows in doc --- doc/help/configuring.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/help/configuring.asciidoc b/doc/help/configuring.asciidoc index b04c9e9df..970a0e7dd 100644 --- a/doc/help/configuring.asciidoc +++ b/doc/help/configuring.asciidoc @@ -89,7 +89,7 @@ You can run `:config-edit` inside qutebrowser to open the file in your editor, The file should be located in the "config" location listed on link:qute://version[], which is typically `~/.config/qutebrowser/config.py` on Linux, `~/.qutebrowser/config.py` on macOS, and -`%APPDATA%/qutebrowser/config.py` on Windows. +`%APPDATA%/qutebrowser/config/config.py` on Windows. Two global objects are pre-defined when running `config.py`: `c` and `config`.