diff options
author | David Robertson <davidr@element.io> | 2022-10-24 15:16:45 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-10-24 15:16:45 +0100 |
commit | 6c2e1f44892c8d4d628bf931d4782c7ff65742b3 (patch) | |
tree | 7c8866df987531c0e7c25ecc259460bf4894de1f /docs/administration/admin_api/rooms.md | |
parent | Fixup dead links (diff) | |
download | synapse-6c2e1f44892c8d4d628bf931d4782c7ff65742b3.tar.xz |
Fixup broken links
``` dmr on titan in synapse/book on dmr/docs-tidy via v16.14.0 via 🐍 v3.10.7 (matrix-synapse-py3.10) via 🐏 12GiB/15GiB | 5GiB/8GiB took 8s 2022-10-24 15:15:53 ✔ $ linkchecker **.html INFO linkcheck.cmdline 2022-10-24 15:16:33,785 MainThread Checking intern URLs only; use --check-extern to check extern URLs. LinkChecker 10.1.0 Copyright (C) 2000-2016 Bastian Kleineidam, 2010-2021 LinkChecker Authors LinkChecker comes with ABSOLUTELY NO WARRANTY! This is free software, and you are welcome to redistribute it under certain conditions. Look at the file `LICENSE' within this distribution. Read the documentation at https://linkchecker.github.io/linkchecker/ Write comments and bugs to https://github.com/linkchecker/linkchecker/issues Start checking at 2022-10-24 15:16:33+001 /usr/lib/python3.10/site-packages/bs4/__init__.py:435: MarkupResemblesLocatorWarning: The input looks more like a filename than markup. You may want to open this file and pass the filehandle into Beautiful Soup. warnings.warn( 10 threads active, 88 links queued, 241 links in 339 URLs checked, runtime 1 seconds Statistics: Downloaded: 4.04MB. Content types: 7 image, 106 text, 0 video, 0 audio, 22 application, 3 mail and 508 other. URL lengths: min=16, max=256, avg=67. That's it. 646 links in 646 URLs checked. 0 warnings found. 0 errors found. Stopped checking at 2022-10-24 15:16:39+001 (5 seconds) ```
Diffstat (limited to 'docs/administration/admin_api/rooms.md')
-rw-r--r-- | docs/administration/admin_api/rooms.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/administration/admin_api/rooms.md b/docs/administration/admin_api/rooms.md index 8f727b363e..58412e1c95 100644 --- a/docs/administration/admin_api/rooms.md +++ b/docs/administration/admin_api/rooms.md @@ -5,7 +5,7 @@ server. There are various parameters available that allow for filtering and sorting the returned list. This API supports pagination. To use it, you will need to authenticate by providing an `access_token` -for a server admin: see [Admin API](../usage/administration/admin_api). +for a server admin: see [Admin API](index.html). **Parameters** @@ -400,7 +400,7 @@ sent to a room in a given timeframe. There are various parameters available that allow for filtering and ordering the returned list. This API supports pagination. To use it, you will need to authenticate by providing an `access_token` -for a server admin: see [Admin API](../usage/administration/admin_api). +for a server admin: see [Admin API](index.html). This endpoint mirrors the [Matrix Spec defined Messages API](https://spec.matrix.org/v1.1/client-server-api/#get_matrixclientv3roomsroomidmessages). |