diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2019-02-12 10:34:57 +0000 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2019-02-12 10:34:57 +0000 |
commit | 05d76e4b1d7d4992346fac40d87281387431b8e0 (patch) | |
tree | 3e0e8b65d355f487b73b29b898471b3aa1c92860 /docs | |
parent | d52d4fbbbe2cb1740dd227a47636d5e5936c4063 (diff) | |
download | slixmpp-05d76e4b1d7d4992346fac40d87281387431b8e0.tar.gz slixmpp-05d76e4b1d7d4992346fac40d87281387431b8e0.tar.bz2 slixmpp-05d76e4b1d7d4992346fac40d87281387431b8e0.tar.xz slixmpp-05d76e4b1d7d4992346fac40d87281387431b8e0.zip |
Change more URLs to lab.louiz.org
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/getting_started/component.rst | 2 | ||||
-rw-r--r-- | docs/getting_started/echobot.rst | 4 | ||||
-rw-r--r-- | docs/getting_started/muc.rst | 2 | ||||
-rw-r--r-- | docs/index.rst | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/getting_started/component.rst b/docs/getting_started/component.rst index 34aeda26..531e769c 100644 --- a/docs/getting_started/component.rst +++ b/docs/getting_started/component.rst @@ -11,7 +11,7 @@ Create and Run a Server Component <xmpp:slixmpp@muc.poez.io?join>`_. If you have not yet installed Slixmpp, do so now by either checking out a version -with `Git <http://git.poez.io/slixmpp>`_. +with `Git <https://lab.louiz.org/poezio/slixmpp>`_. Many XMPP applications eventually graduate to requiring to run as a server component in order to meet scalability requirements. To demonstrate how to diff --git a/docs/getting_started/echobot.rst b/docs/getting_started/echobot.rst index 63915ca4..cdaae8bc 100644 --- a/docs/getting_started/echobot.rst +++ b/docs/getting_started/echobot.rst @@ -11,7 +11,7 @@ Slixmpp Quickstart - Echo Bot <xmpp:slixmpp@muc.poez.io?join>`_. If you have not yet installed Slixmpp, do so now by either checking out a version -with `Git <http://git.poez.io/slixmpp>`_. +with `Git <https://lab.louiz.org/poezio/slixmpp>`_. As a basic starting project, we will create an echo bot which will reply to any messages sent to it. We will also go through adding some basic command line configuration @@ -329,7 +329,7 @@ The Final Product ----------------- Here then is what the final result should look like after working through the guide above. The code -can also be found in the Slixmpp `examples directory <http://git.poez.io/slixmpp/tree/examples>`_. +can also be found in the Slixmpp `examples directory <https://lab.louiz.org/poezio/slixmpp/tree/master/examples>`_. .. compound:: diff --git a/docs/getting_started/muc.rst b/docs/getting_started/muc.rst index 5bbc382a..653175eb 100644 --- a/docs/getting_started/muc.rst +++ b/docs/getting_started/muc.rst @@ -11,7 +11,7 @@ Multi-User Chat (MUC) Bot <xmpp:slixmpp@muc.poez.io?join>`_. If you have not yet installed Slixmpp, do so now by either checking out a version -from `Git <http://git.poez.io/slixmpp>`_. +from `Git <https://lab.louiz.org/poezio/slixmpp>`_. Now that you've got the basic gist of using Slixmpp by following the echobot example (:ref:`echobot`), we can use one of the bundled plugins diff --git a/docs/index.rst b/docs/index.rst index bbd7e82b..2f556d83 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,9 +4,9 @@ Slixmpp .. sidebar:: Get the Code The latest source code for Slixmpp may be found on the `Git repo - <http://git.poez.io/slixmpp>`_. :: + <https://lab.louiz.org/poezio/slixmpp>`_. :: - git clone git://git.poez.io/slixmpp + git clone https://lab.louiz.org/poezio/slixmpp An XMPP chat room is available for discussing and getting help with slixmpp. |