# HG changeset patch # User RĂ©mi Bardon # Date 1738285999 -3600 # Node ID 62ff93af69d5a9c9b91dab7c8a21509ebc77ed49 # Parent 9122d5a246c263fbb3df4d230deb636da69320e0 mod_groups_internal: Remove broken links diff -r 9122d5a246c2 -r 62ff93af69d5 mod_groups_internal/README.md --- a/mod_groups_internal/README.md Fri Jan 31 02:11:42 2025 +0100 +++ b/mod_groups_internal/README.md Fri Jan 31 02:13:19 2025 +0100 @@ -29,7 +29,7 @@ | Option | Type | Default | Notes | | ------ | ---- | ------- | ----- | -| `groups_muc_host` | string | nil | Host where the group chats will be created. | +| `groups_muc_host` | string? | nil | Host where the group chats will be created. | ## Usage @@ -37,7 +37,7 @@ #### `create(group_info, create_default_muc, group_id)` {#create} -Creates a new group, optionally creating a default MUC chat on [`groups_muc_host`](#groups_muc_host). +Creates a new group, optionally creating a default MUC chat on [`groups_muc_host`](#configuration). **Parameters:** @@ -161,7 +161,7 @@ Creates a new group chat for a given group. ::: {.alert .alert-info} -Its JID will be `<`[`util.id.short`](https://prosody.im/doc/developers/util/id)`>@<`[`option:groups_muc_host`](#groups_muc_host)`>`. +Its JID will be `<`[`util.id.short`](https://prosody.im/doc/developers/util/id)`>@<`[`option:groups_muc_host`](#configuration)`>`. ::: **Parameters:**