diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-12-07 22:02:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-07 22:02:20 +0000 |
commit | dfe8febe47bce48bb78bc5ea39d3c7f524d68177 (patch) | |
tree | 8176afb1537d06c2de9e4b756057986a335404e7 /docs | |
parent | Reject receipt requests with invalid room or event IDs. (#14632) (diff) | |
download | synapse-dfe8febe47bce48bb78bc5ea39d3c7f524d68177.tar.xz |
Update admin_faq.md
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usage/administration/admin_faq.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage/administration/admin_faq.md b/docs/usage/administration/admin_faq.md index 7ba5a83f04..0bfb732464 100644 --- a/docs/usage/administration/admin_faq.md +++ b/docs/usage/administration/admin_faq.md @@ -79,7 +79,7 @@ Here we can see that the request has been tagged with `GET-37`. (The tag depends grep 'GET-37' homeserver.log ``` -If you want to paste that output into a github issue or matrix room, please remember to surround it with triple-backticks (```) to make it legible (see https://help.github.com/en/articles/basic-writing-and-formatting-syntax#quoting-code). +If you want to paste that output into a github issue or matrix room, please remember to surround it with triple-backticks (```) to make it legible (see [quoting code](https://help.github.com/en/articles/basic-writing-and-formatting-syntax#quoting-code)). What do all those fields in the 'Processed' line mean? |