diff options
author | Erik Johnston <erikj@jki.re> | 2017-05-18 10:00:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-18 10:00:35 +0100 |
commit | 88664afe14e0791ba454238035248ae2d9be7346 (patch) | |
tree | a67dfef832c9b67ba83cff8fee6bfb1b751fce45 | |
parent | Merge pull request #2230 from matrix-org/erikj/speed_up_get_state (diff) | |
parent | Correct a typo in UPGRADE.rst (diff) | |
download | synapse-88664afe14e0791ba454238035248ae2d9be7346.tar.xz |
Merge pull request #2231 from aaronraimist/patch-1
Correct a typo in UPGRADE.rst
-rw-r--r-- | UPGRADE.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 6164df8833..62b22e9108 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -33,7 +33,7 @@ To check whether your update was sucessfull, run: .. code:: bash - # replace your.server.domain with ther domain of your synaspe homeserver + # replace your.server.domain with ther domain of your synapse homeserver curl https://<your.server.domain>/_matrix/federation/v1/version So for the Matrix.org HS server the URL would be: https://matrix.org/_matrix/federation/v1/version. |