diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2020-09-10 10:33:03 +0200 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2020-09-10 10:33:03 +0200 |
commit | 5ff321c2295a422112c0af995ae8fb04136d1c23 (patch) | |
tree | 55b5bc626b30d5b419e4b62f1c2df9f7c7c21c6d /plugins | |
parent | b27c01bc9b9d345cee053b9e28d9dbfdf956b6bb (diff) | |
download | poezio-5ff321c2295a422112c0af995ae8fb04136d1c23.tar.gz poezio-5ff321c2295a422112c0af995ae8fb04136d1c23.tar.bz2 poezio-5ff321c2295a422112c0af995ae8fb04136d1c23.tar.xz poezio-5ff321c2295a422112c0af995ae8fb04136d1c23.zip |
Remove references to master
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
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 d4929d1a..bb5dba94 100644 --- a/plugins/link.py +++ b/plugins/link.py @@ -76,7 +76,7 @@ Options Set the default browser started by the plugin .. _Unix FIFO: https://en.wikipedia.org/wiki/Named_pipe -.. _daemon.py: https://lab.louiz.org/poezio/poezio/raw/master/poezio/daemon.py +.. _daemon.py: https://lab.louiz.org/poezio/poezio/raw/main/poezio/daemon.py """ import platform |