diff --git a/CHANGELOG b/CHANGELOG
index c30cf44e..77ac1411 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,4 @@
This file describes the new features in each poezio release.
-For more detailed changelog, see the roadmap:
-https://dev.louiz.org/projects/poezio/roadmap
* Poezio 0.14 - dev
diff --git a/data/doap.xml b/data/doap.xml
index c4cb313d..7c2d647d 100644
--- a/data/doap.xml
+++ b/data/doap.xml
@@ -14,8 +14,8 @@
-
-
+
+
@@ -527,6 +527,21 @@
+
+
+ 0.13.1
+ 2020-05-31
+
+
+
+
+
+
+ 0.13
+ 2020-05-24
+
+
+
0.12.1
@@ -534,7 +549,6 @@
-
0.12
@@ -546,35 +560,35 @@
0.11
2017-01-31
-
+
0.10
2016-10-09
-
+
0.9
2015-07-31
-
+
0.8.1
2014-03-20
-
+
0.8
2014-02-22
-
+
diff --git a/doc/source/dev/contributing.rst b/doc/source/dev/contributing.rst
index 79737b25..4c2d8161 100644
--- a/doc/source/dev/contributing.rst
+++ b/doc/source/dev/contributing.rst
@@ -64,4 +64,4 @@ account and submit it again.
If you have already submitted some code and plan to do more, you can ask us
direct commit access on the main repo.
-.. _tracker: https://dev.louiz.org/project/poezio/bugs
+.. _tracker: https://lab.louiz.org/poezio/poezio/-/issues
diff --git a/doc/source/install.rst b/doc/source/install.rst
index 002ee9e4..118aa41d 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -242,8 +242,7 @@ that should be created beforehand:
If you don’t trust images distributed on the docker hub, you can rebuild the
image from the Dockerfile at the root of the git repository.
-.. _stable sources: https://dev.louiz.org/project/poezio/download
-.. _slixmpp: https://dev.louiz.org/projects/slixmpp
+.. _slixmpp: https://lab.louiz.org/poezio/slixmpp
.. _aiodns: https://github.com/saghul/aiodns
.. _poezio: https://aur.archlinux.org/packages/poezio/
.. _poezio-git: https://aur.archlinux.org/packages/poezio-git/
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 `.
-.. _#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
diff --git a/setup.py b/setup.py
index 93c54fd9..1fb5e48a 100755
--- a/setup.py
+++ b/setup.py
@@ -126,7 +126,7 @@ setup(
ext_modules=[module_poopt],
url='https://poez.io/',
license='zlib',
- download_url='https://dev.louiz.org/projects/poezio/files',
+ download_url='https://poez.io/#download',
author='Florent Le Coz',
author_email='louiz@louiz.org',