diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2020-12-26 23:20:35 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2020-12-26 23:21:17 +0100 |
commit | 978d70f38e960a0ef09e0e417fc6a3df731c99d1 (patch) | |
tree | b57768dc19e80c7096b58f016b2d809ee0bc93ed /plugins | |
parent | 9c8bf936713c0f1ebfbe534d800185c3e7329002 (diff) | |
download | poezio-978d70f38e960a0ef09e0e417fc6a3df731c99d1.tar.gz poezio-978d70f38e960a0ef09e0e417fc6a3df731c99d1.tar.bz2 poezio-978d70f38e960a0ef09e0e417fc6a3df731c99d1.tar.xz poezio-978d70f38e960a0ef09e0e417fc6a3df731c99d1.zip |
Update most references to dev.louiz.org to lab.louiz.org.
Redmine is dead.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/rainbow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rainbow.py b/plugins/rainbow.py index 4ab0b9ac..e5987089 100644 --- a/plugins/rainbow.py +++ b/plugins/rainbow.py @@ -14,7 +14,7 @@ Usage .. note:: Can create fun things when used with :ref:`The figlet plugin <figlet-plugin>`. -.. _#3273: https://dev.louiz.org/issues/3273 +.. _#3273: https://lab.louiz.org/poezio/poezio/-/issues/3273 """ from poezio.plugin import BasePlugin from poezio import xhtml |