diff options
author | Florent Le Coz <louiz@louiz.org> | 2013-06-09 20:18:22 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2013-06-09 20:18:22 +0200 |
commit | 31e55a451c1e609489c8dc61aa3d347bc5e5ef27 (patch) | |
tree | 584db7b792861039d977ed3c241618f6810085e0 /plugins | |
parent | fb560e9264e82acb4d07709f163ae448edf9bc70 (diff) | |
download | poezio-31e55a451c1e609489c8dc61aa3d347bc5e5ef27.tar.gz poezio-31e55a451c1e609489c8dc61aa3d347bc5e5ef27.tar.bz2 poezio-31e55a451c1e609489c8dc61aa3d347bc5e5ef27.tar.xz poezio-31e55a451c1e609489c8dc61aa3d347bc5e5ef27.zip |
Fix the link of daemon.py in the doc
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/link.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/link.py b/plugins/link.py index a51a8bef..ef8a4c8a 100644 --- a/plugins/link.py +++ b/plugins/link.py @@ -72,7 +72,7 @@ Options Set the default browser started by the plugin .. _Unix FIFO: https://en.wikipedia.org/wiki/Named_pipe -.. _daemon.py: http://gitweb.louiz.org/?p=poezio;a=blob_plain;f=src/daemon.py;hb=HEAD +.. _daemon.py: http://dev.louiz.org/projects/poezio/repository/revisions/master/raw/src/daemon.py """ import re |