summaryrefslogtreecommitdiff
path: root/src/plugin.py
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2016-03-09 18:03:02 +0100
committerlouiz’ <louiz@louiz.org>2016-03-09 18:03:02 +0100
commit0d787998df032bfad24f55c40658f4c583895c12 (patch)
tree06027f8c379b0014fa6a10ec9e96f248c06145ff /src/plugin.py
parentc93640ad85fae442cb722921fcdb6a64c7152bc0 (diff)
downloadpoezio-0d787998df032bfad24f55c40658f4c583895c12.tar.gz
poezio-0d787998df032bfad24f55c40658f4c583895c12.tar.bz2
poezio-0d787998df032bfad24f55c40658f4c583895c12.tar.xz
poezio-0d787998df032bfad24f55c40658f4c583895c12.zip
Update a few url to use https, or even a few old poezio.eu references
Diffstat (limited to 'src/plugin.py')
-rw-r--r--src/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin.py b/src/plugin.py
index 2d8275ed..bf30c981 100644
--- a/src/plugin.py
+++ b/src/plugin.py
@@ -334,7 +334,7 @@ class PluginAPI(object):
Defaults to 0.
A complete list of those events can be found at
- http://poezio.eu/doc/en/dev/events.html
+ https://doc.poez.io/dev/events.html
"""
return self.plugin_manager.add_event_handler(module, *args, **kwargs)