1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

Update moved or broken URLs in documentation

This commit is contained in:
Badlop 2025-03-19 12:40:38 +01:00
parent 7723951c05
commit 16af90648e
5 changed files with 8 additions and 8 deletions

View file

@ -55,7 +55,7 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai
## Attribution ## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [https://contributor-covenant.org/version/1/4][version]
[homepage]: http://contributor-covenant.org [homepage]: https://www.contributor-covenant.org/
[version]: http://contributor-covenant.org/version/1/4/ [version]: https://www.contributor-covenant.org/version/1/4/

View file

@ -10,7 +10,7 @@ ejabberd Container Images
robust, scalable and extensible realtime platform built using [Erlang/OTP][erlang], robust, scalable and extensible realtime platform built using [Erlang/OTP][erlang],
that includes [XMPP][xmpp] Server, [MQTT][mqtt] Broker and [SIP][sip] Service. that includes [XMPP][xmpp] Server, [MQTT][mqtt] Broker and [SIP][sip] Service.
[home]: https://ejabberd.im/ [home]: https://www.ejabberd.im/
[erlang]: https://www.erlang.org/ [erlang]: https://www.erlang.org/
[xmpp]: https://xmpp.org/ [xmpp]: https://xmpp.org/
[mqtt]: https://mqtt.org/ [mqtt]: https://mqtt.org/
@ -255,7 +255,7 @@ podman unshare chown 9000:9000 database
``` ```
It's possible to install additional ejabberd modules using volumes, check It's possible to install additional ejabberd modules using volumes, check
[this Docs tutorial](http://docs.ejabberd.im/developer/extending-ejabberd/modules/#your-module-in-ejabberd-modules-with-ejabberd-container). [this Docs tutorial](https://docs.ejabberd.im/developer/extending-ejabberd/modules/#your-module-in-ejabberd-modules-with-ejabberd-container).
### Commands on start ### Commands on start

View file

@ -138,7 +138,7 @@ gives us the option to relicense the code with a more permissive license in the
[coc]: https://github.com/processone/ejabberd/blob/master/CODE_OF_CONDUCT.md [coc]: https://github.com/processone/ejabberd/blob/master/CODE_OF_CONDUCT.md
[stackoverflow]: https://stackoverflow.com/questions/tagged/ejabberd?sort=newest [stackoverflow]: https://stackoverflow.com/questions/tagged/ejabberd?sort=newest
[list]: https://lists.jabber.ru/mailman/listinfo/ejabberd [list]: https://web.archive.org/web/20230319174915/http://lists.jabber.ru/mailman/listinfo/ejabberd
[muc]: xmpp:ejabberd@conference.process-one.net [muc]: xmpp:ejabberd@conference.process-one.net
[github]: https://github.com/processone/ejabberd [github]: https://github.com/processone/ejabberd
[github-issues]: https://github.com/processone/ejabberd/issues [github-issues]: https://github.com/processone/ejabberd/issues

View file

@ -116,7 +116,7 @@ License
[fluux]: https://fluux.io/ [fluux]: https://fluux.io/
[homebrew]: https://docs.ejabberd.im/admin/install/homebrew/ [homebrew]: https://docs.ejabberd.im/admin/install/homebrew/
[hubecs]: https://hub.docker.com/r/ejabberd/ecs/ [hubecs]: https://hub.docker.com/r/ejabberd/ecs/
[im]: https://ejabberd.im/ [im]: https://www.ejabberd.im/
[issues]: https://github.com/processone/ejabberd/issues [issues]: https://github.com/processone/ejabberd/issues
[localization]: https://docs.ejabberd.im/developer/extending-ejabberd/localization/ [localization]: https://docs.ejabberd.im/developer/extending-ejabberd/localization/
[mqtt]: https://mqtt.org/ [mqtt]: https://mqtt.org/

View file

@ -235,7 +235,7 @@ get_commands_spec() ->
#ejabberd_commands{name = check_password_hash, tags = [accounts], #ejabberd_commands{name = check_password_hash, tags = [accounts],
desc = "Check if the password hash is correct", desc = "Check if the password hash is correct",
longdesc = "Allows hash methods from the Erlang/OTP " longdesc = "Allows hash methods from the Erlang/OTP "
"[crypto](https://www.erlang.org/doc/man/crypto) application.", "[crypto](https://www.erlang.org/doc/apps/crypto/crypto.html) application.",
module = ?MODULE, function = check_password_hash, module = ?MODULE, function = check_password_hash,
args = [{user, binary}, {host, binary}, {passwordhash, binary}, args = [{user, binary}, {host, binary}, {passwordhash, binary},
{hashmethod, binary}], {hashmethod, binary}],