diff options
author | mathieui <mathieui@mathieui.net> | 2015-06-06 19:23:03 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2015-06-06 19:23:03 +0200 |
commit | f07689094413c2f600712cdddf92390f8e7a0a27 (patch) | |
tree | 9b59a07e8a6055b6532c0b8adabb3ba630052273 | |
parent | b7a7da12fa46b0011e26203c141969f10af4ced9 (diff) | |
download | poezio-f07689094413c2f600712cdddf92390f8e7a0a27.tar.gz poezio-f07689094413c2f600712cdddf92390f8e7a0a27.tar.bz2 poezio-f07689094413c2f600712cdddf92390f8e7a0a27.tar.xz poezio-f07689094413c2f600712cdddf92390f8e7a0a27.zip |
Fix the paths to errors.log in the documentation
-rw-r--r-- | doc/source/misc/troubleshooting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/misc/troubleshooting.rst b/doc/source/misc/troubleshooting.rst index 6e625d09..3c79a62d 100644 --- a/doc/source/misc/troubleshooting.rst +++ b/doc/source/misc/troubleshooting.rst @@ -31,7 +31,7 @@ please try mcabber_. Other issues ------------ -Some things may appear in ``$XDG_DATA_HOME/poezio/errors.log``. +Some things may appear in ``$XDG_DATA_HOME/poezio/logs/errors.log``. (or a user-defined :term:`log_dir`/errors.log) .. _web client: https://jappix.com/?r=poezio@muc.poezio.eu |