From e73b8633295655e06c59a19f635e2cc16d1d6b3c Mon Sep 17 00:00:00 2001 From: vaivars Date: Thu, 30 Jul 2020 10:52:49 +0300 Subject: [PATCH] Change the url to reflect the most common usecase --- docs/configuring-playbook-dimension.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuring-playbook-dimension.md b/docs/configuring-playbook-dimension.md index 10276e7cd..2b6b30ed4 100644 --- a/docs/configuring-playbook-dimension.md +++ b/docs/configuring-playbook-dimension.md @@ -54,9 +54,9 @@ curl -X POST --header 'Content-Type: application/json' -d '{ "identifier": { "type": "m.id.user", "user": "YourDimensionUsername" }, "password": "YourDimensionPassword", "type": "m.login.password" -}' 'http://localhost:8008/_matrix/client/r0/login' +}' 'https://matrix.YOURDOMAIN/_matrix/client/r0/login' ``` -*Change the "YourDimensionUser/Pass" accordingly* +*Change the "YourDimensionUser/Pass" URL accordigly* **Access tokens are sensitive information. Do not include them in any bug reports, messages, or logs. Do not share the access token with anyone.**