fix references in doc comments

At least, this is all I've found so far.
This commit is contained in:
Charles Hall 2024-05-16 16:43:24 -07:00
parent 04184c6137
commit 94978b95a6
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
2 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ pub(crate) async fn get_register_available_route(
///
/// Register an account on this homeserver.
///
/// You can use [`GET /_matrix/client/r0/register/available`](fn.get_register_available_route.html)
/// You can use [`GET /_matrix/client/r0/register/available`](get_register_available_route)
/// to check if the user id is valid and available.
///
/// - Only works if registration is enabled