Software / code / prosody-modules
Changeset
6262:a72388da5cd4
mod_invites_register_web: fix README.md about default URL config
| author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
|---|---|
| date | Sun, 01 Jun 2025 11:41:42 +0700 |
| parents | 6211:750d64c47ec6 |
| children | 6263:10a1016d1c3a |
| files | mod_invites_register_web/README.md |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_invites_register_web/README.md Tue Mar 18 00:31:36 2025 +0700 +++ b/mod_invites_register_web/README.md Sun Jun 01 11:41:42 2025 +0700 @@ -58,7 +58,7 @@ `register.html` for your default URL: ``` - https://prosody.example.net/?=aowiefjoaij + https://prosody.example.net/register?t=aowiefjoaij ``` @@ -66,7 +66,7 @@ your config file, it will be served at: ``` - https://prosody.example.net/?=aowiefjoaij&l=en + https://prosody.example.net/register?t=aowiefjoaij&l=en ``` @@ -74,7 +74,7 @@ `<a>` tag like this: ``` - <a href="/?={token}&l=en">English</a> + <a href="/register?t={token}&l=en">English</a> ```