summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG2
-rw-r--r--README.rst8
-rw-r--r--data/poezio.16
-rwxr-xr-xsetup.py2
-rw-r--r--src/plugin.py2
5 files changed, 10 insertions, 10 deletions
diff --git a/CHANGELOG b/CHANGELOG
index cae545f3..360c1959 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,6 @@
This file describes the new features in each poezio release.
For more detailed changelog, see the roadmap:
-http://dev.louiz.org/projects/poezio/roadmap
+https://dev.louiz.org/projects/poezio/roadmap
* Poezio 1.0 - dev
diff --git a/README.rst b/README.rst
index 587d396a..17f539a6 100644
--- a/README.rst
+++ b/README.rst
@@ -9,9 +9,9 @@
| |
|_|
-Homepage: http://poez.io
+Homepage: https://poez.io
-Forge Page: http://dev.poez.io
+Forge Page: https://dev.poez.io
Poezio is a console Jabber/XMPP client. Its goal is to use anonymous
connections to simply let the user join MultiUserChats. This way, the user
@@ -58,7 +58,7 @@ also read the “Configuration” documentation page which has links between
options and longer descriptions.
Please see the online documentation for more information on installing,
-configuring or using poezio: http://doc.poez.io/
+configuring or using poezio: https://doc.poez.io/
If you still have questions, or if you're lost, don't hesitate to come
talk to us directly on our Jabber chat room (see Contact section).
@@ -79,7 +79,7 @@ Please DO report any bug you encounter and ask for any feature you want
Jabber ChatRoom: `poezio@muc.poez.io <xmpp:poezio@muc.poez.io?join>`_
-Report a bug: http://dev.poez.io/new
+Report a bug: https://dev.poez.io/new
=======================
License
diff --git a/data/poezio.1 b/data/poezio.1
index b9f7b8bc..539db39e 100644
--- a/data/poezio.1
+++ b/data/poezio.1
@@ -8,7 +8,7 @@ Poezio \- a ncurses jabber client written in python3
.B poezio [\-f \fICONFIG_FILE\fR] [\-d \fIDEBUG_FILE\fR] [\-h]
.SH "DESCRIPTION"
.B Poezio
-is a console jabber (XMPP) client written in Python and using ncurses to draw its interface. It aims at being similar to the most famous IRC clients, like weechat or irssi. The keyboard shortcuts are inspired from emacs. For more information on XMPP see http://xmpp.org and on Poezio see http://poezio.eu
+is a console jabber (XMPP) client written in Python and using ncurses to draw its interface. It aims at being similar to the most famous IRC clients, like weechat or irssi. The keyboard shortcuts are inspired from emacs. For more information on XMPP see http://xmpp.org and on Poezio see https://poez.io
.PP
.SH "OPTIONS"
.TP
@@ -174,8 +174,8 @@ Sure.
If you're using a terminal multiplexer such as \fIscreen\fR or \fItmux\fR, it may be setting $TERM to "screen", which breaks 256-color support. Consider setting your $TERM to something like "screen-256color".
.SH "FEEDBACK"
-You are encouraged to report bugs or feature requests on http://dev.louiz.org/projects/poezio.
-You can also find us on the Jabber chatroom poezio@muc.poezio.eu
+You are encouraged to report bugs or feature requests on https://dev.louiz.org/projects/poezio.
+You can also find us on the Jabber chatroom poezio@muc.poez.io
.SH "AUTHORS"
Written by Florent Le Coz <louiz@louiz.org>
diff --git a/setup.py b/setup.py
index f514324b..051bcf8b 100755
--- a/setup.py
+++ b/setup.py
@@ -69,7 +69,7 @@ setup(name="poezio",
description="A console XMPP client",
long_description=LONG_DESCRIPTION,
ext_modules=[module_poopt],
- url='http://poez.io/',
+ url='https://poez.io/',
license='zlib',
download_url='https://dev.louiz.org/projects/poezio/files',
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)