From 9a3a430a16821fe8467121b107cad7d52abd1958 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Tue, 7 Jan 2025 22:49:07 +0900 Subject: [PATCH] Update docs/configuring-playbook-bridge-mautrix-gmessages.md: add a link to the official documentation on authentication Based on https://github.com/mautrix/docs/blob/d33701428d36f9a4867cbd3199e525c5455e8d44/bridges/go/gmessages/authentication.md Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-bridge-mautrix-gmessages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-bridge-mautrix-gmessages.md b/docs/configuring-playbook-bridge-mautrix-gmessages.md index 5339e67ef..d9819e3f8 100644 --- a/docs/configuring-playbook-bridge-mautrix-gmessages.md +++ b/docs/configuring-playbook-bridge-mautrix-gmessages.md @@ -50,4 +50,4 @@ ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-use To use the bridge, you need to start a chat with `@gmessagesbot:example.com` (where `example.com` is your base domain, not the `matrix.` domain). -You can learn more here about authentication from the bridge's [official documentation on Authentication](https://docs.mau.fi/bridges/go/gmessages/authentication.html). +You can then follow instructions on the bridge's [official documentation on Authentication](https://docs.mau.fi/bridges/go/gmessages/authentication.html).