diff options
author | mathieui <mathieui@mathieui.net> | 2022-02-27 20:48:48 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2022-02-27 20:48:48 +0100 |
commit | 001e0c70602ef29eaee1657ed94e2fa415ccb017 (patch) | |
tree | 8c4963f4d72767443c3126ddc1d9cfdf527d755a /docs/howto/xmpp_tdg.rst | |
parent | 11b555af20ac3b116c2feaab2a1920fd0fe342e8 (diff) | |
parent | 5c4c867dee2d0195d94c6f01f04ae92e1e8b84c2 (diff) | |
download | slixmpp-001e0c70602ef29eaee1657ed94e2fa415ccb017.tar.gz slixmpp-001e0c70602ef29eaee1657ed94e2fa415ccb017.tar.bz2 slixmpp-001e0c70602ef29eaee1657ed94e2fa415ccb017.tar.xz slixmpp-001e0c70602ef29eaee1657ed94e2fa415ccb017.zip |
Merge branch 'doc-update' into 'master'
Add documentation on how to replace proces()
See merge request poezio/slixmpp!186
Diffstat (limited to 'docs/howto/xmpp_tdg.rst')
-rw-r--r-- | docs/howto/xmpp_tdg.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/xmpp_tdg.rst b/docs/howto/xmpp_tdg.rst index 53194e13..d3b761d2 100644 --- a/docs/howto/xmpp_tdg.rst +++ b/docs/howto/xmpp_tdg.rst @@ -193,7 +193,7 @@ implementation should work correctly. .. tip:: To see how to implement in-band registration as a Slixmpp plugin, - see the tutorial :ref:`tutorial-create-plugin`. + see the tutorial :ref:`create-plugin`. `View full source (5) <http://github.com/legastero/xmpp-tdg/blob/master/code/CheshiR/RegistrableComponent.py>`_ | `View original code (5) <http://github.com/remko/xmpp-tdg/blob/master/code/CheshiR/RegistrableComponent.py>`_ |