summary refs log tree commit diff
path: root/docs/admin_api
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2021-07-15 12:47:55 +0100
committerGitHub <noreply@github.com>2021-07-15 12:47:55 +0100
commitc1414550490355aa9c4e2bf80fa4d13bd06e28d1 (patch)
tree529a7efd21b417834dfbc6af88a8bc1e520ba00d /docs/admin_api
parentStagger send presence to remotes (#10398) (diff)
downloadsynapse-c1414550490355aa9c4e2bf80fa4d13bd06e28d1.tar.xz
Docs: Use something other than the document name to describe a page (#10399)
Our documentation has a history of using a document's name as a way to link to it, such as "See [workers.md]() for details". This makes sense when you're traversing a directory of files, but less sense when the files are abstracted away - as they are on the documentation website.

This PR changes the links to various documentation pages to something that fits better into the surrounding sentence, as you would when making any hyperlink on the web.
Diffstat (limited to 'docs/admin_api')
-rw-r--r--docs/admin_api/server_notices.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin_api/server_notices.md b/docs/admin_api/server_notices.md
index 858b052b84..323138491a 100644
--- a/docs/admin_api/server_notices.md
+++ b/docs/admin_api/server_notices.md
@@ -45,4 +45,4 @@ Once the notice has been sent, the API will return the following response:
 ```
 
 Note that server notices must be enabled in `homeserver.yaml` before this API
-can be used. See [server_notices.md](../server_notices.md) for more information.
+can be used. See [the server notices documentation](../server_notices.md) for more information.