Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix broken link to docs in readme #11955

Merged
merged 3 commits into from
Feb 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
1 change: 1 addition & 0 deletions changelog.d/11955.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix broken link in the README to the admin API for password reset.