# HG changeset patch # User Kim Alvefur # Date 1685689169 -7200 # Node ID 56803acfa638771777e759cc1f0c7dc7b72f76fa # Parent 209299fd81e190e282e2f3c1e9032fa32da96d6d mod_http_oauth2: Linkify mod_client_management in README diff -r 209299fd81e1 -r 56803acfa638 mod_http_oauth2/README.markdown --- a/mod_http_oauth2/README.markdown Thu Jun 01 20:02:45 2023 +0200 +++ b/mod_http_oauth2/README.markdown Fri Jun 02 08:59:29 2023 +0200 @@ -223,7 +223,7 @@ This module does not provide an interface for users to manage what they have granted access to their account! (e.g. to view and revoke clients they have previously authorized). It is recommended to join this module with -mod_client_management to provide such access. However, at the time of writing, +[mod_client_management] to provide such access. However, at the time of writing, no XMPP clients currently support the protocol used by that module. We plan to work on additional interfaces in the future.