summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorAlexander Mnich <56564725+a-mnich@users.noreply.github.com>2022-02-10 15:18:27 +0100
committerGitHub <noreply@github.com>2022-02-10 14:18:27 +0000
commit06e5a76322f1341a8a8db79b1ef2dbdfb295b08f (patch)
tree63d3ccf846329bf0dc0b650eb142447a7ea339fe /README.rst
parentBasic documentation for the release cycle. (#11954) (diff)
downloadsynapse-06e5a76322f1341a8a8db79b1ef2dbdfb295b08f.tar.xz
Fix broken link in README to admin API. (#11955)
From when the documentation was converted from rst -> md.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 50de3a49b0..4281c87d1f 100644
--- a/README.rst
+++ b/README.rst
@@ -246,7 +246,7 @@ Password reset
 ==============
 
 Users can reset their password through their client. Alternatively, a server admin
-can reset a users password using the `admin API <docs/admin_api/user_admin_api.rst#reset-password>`_
+can reset a users password using the `admin API <docs/admin_api/user_admin_api.md#reset-password>`_
 or by directly editing the database as shown below.
 
 First calculate the hash of the new password::