Rewrite r0.6.0 back to form without ending

since the server redirects to that form, even though some links refer to the .html form
This commit is contained in:
Jonas Platte 2019-11-11 20:22:05 +01:00
parent 2748142f41
commit 776ef79253
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//! [GET /_matrix/client/r0/publicRooms](https://matrix.org/docs/spec/client_server/r0.6.0.html#get-matrix-client-r0-publicrooms)
//! [GET /_matrix/client/r0/publicRooms](https://matrix.org/docs/spec/client_server/r0.6.0#get-matrix-client-r0-publicrooms)
use js_int::UInt;
use ruma_api::ruma_api;

View File

@ -1,4 +1,4 @@
//! [POST /_matrix/client/r0/publicRooms](https://matrix.org/docs/spec/client_server/r0.6.0.html#post-matrix-client-r0-publicrooms)
//! [POST /_matrix/client/r0/publicRooms](https://matrix.org/docs/spec/client_server/r0.6.0#post-matrix-client-r0-publicrooms)
use js_int::UInt;
use ruma_api::ruma_api;