diff options
author | Peter Hofmann <scm@uninformativ.de> | 2020-03-14 11:24:12 +0100 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2020-03-14 11:27:20 +0100 |
commit | dd32e0843ca268c795c6c2418317757944c57b6d (patch) | |
tree | 0803109de2b0775846a6217a05bd7296e8332bc5 /man1 | |
parent | fc9e2df86ca97b784f8225b014a6ac43c688e777 (diff) | |
download | lariza-dd32e0843ca268c795c6c2418317757944c57b6d.tar.gz |
lariza.usage: Fix wrong path to web extensions
Diffstat (limited to 'man1')
-rw-r--r-- | man1/lariza.usage.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man1/lariza.usage.1 b/man1/lariza.usage.1 index 6f0f303..5e34a20 100644 --- a/man1/lariza.usage.1 +++ b/man1/lariza.usage.1 @@ -145,8 +145,8 @@ To use them, though, make sure to link them to the directory mentioned above. .\" -------------------------------------------------------------------- .SH "WEB EXTENSIONS" -On startup, WebKit checks \fI~/.local/share/lariza/web_extensions\fP for -any \fB.so\fP files. See +On startup, WebKit checks \fI~/.config/lariza/web_extensions\fP for any +\fB.so\fP files. See .UR http://\:blogs.igalia.com/\:carlosgc/\:2013/\:09/\:10/\:webkit2gtk-\:web-\:process-\:extensions/ this blog post .UE |