Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 14e673e

Browse files
authored
Add missing links in user_consent section of configuration manual (#13536)
Signed-off-by: Dirk Klimpel <[email protected]>
1 parent c3516e9 commit 14e673e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog.d/13536.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add missing links in `user_consent` section of configuration manual.

docs/usage/configuration/config_documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3352,7 +3352,7 @@ user_directory:
33523352
For detailed instructions on user consent configuration, see [here](../../consent_tracking.md).
33533353

33543354
Parts of this section are required if enabling the `consent` resource under
3355-
`listeners`, in particular `template_dir` and `version`. # TODO: link `listeners`
3355+
[`listeners`](#listeners), in particular `template_dir` and `version`.
33563356

33573357
* `template_dir`: gives the location of the templates for the HTML forms.
33583358
This directory should contain one subdirectory per language (eg, `en`, `fr`),
@@ -3364,7 +3364,7 @@ Parts of this section are required if enabling the `consent` resource under
33643364
parameter.
33653365

33663366
* `server_notice_content`: if enabled, will send a user a "Server Notice"
3367-
asking them to consent to the privacy policy. The `server_notices` section ##TODO: link
3367+
asking them to consent to the privacy policy. The [`server_notices` section](#server_notices)
33683368
must also be configured for this to work. Notices will *not* be sent to
33693369
guest users unless `send_server_notice_to_guests` is set to true.
33703370

0 commit comments

Comments
 (0)