Changeset

6182:62ff93af69d5

mod_groups_internal: Remove broken links
author Rémi Bardon <remi@remibardon.name>
date Fri, 31 Jan 2025 02:13:19 +0100
parents 6181:9122d5a246c2
children 6183:d0a117e11cb8
files mod_groups_internal/README.md
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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:**