Browse Source

Fix up well-known documentation a bit

pull/27/head
Slavi Pantaleev 7 years ago
parent
commit
4bb8d4cb60
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/configuring-well-known.md

+ 2
- 2
docs/configuring-well-known.md View File

@@ -81,6 +81,6 @@ Make sure to:

## Confirming it works

No matter which method you've used to set up the well-known file, if you've done it correctly you should be able to see a JSON file at a URL like this: `https://matrix.<domain>/.well-known/matrix/client`.
No matter which method you've used to set up the well-known file, if you've done it correctly you should be able to see a JSON file at a URL like this: `https://<domain>/.well-known/matrix/client`.

You can also check if everything is configured correctly, by [checking if services work](maintenance-checking-services.md).
You can also check if everything is configured correctly, by [checking if services work](maintenance-checking-services.md).

Loading…
Cancel
Save