diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-07-15 12:47:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 12:47:55 +0100 |
commit | c1414550490355aa9c4e2bf80fa4d13bd06e28d1 (patch) | |
tree | 529a7efd21b417834dfbc6af88a8bc1e520ba00d /docs/consent_tracking.md | |
parent | Stagger send presence to remotes (#10398) (diff) | |
download | synapse-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/consent_tracking.md')
-rw-r--r-- | docs/consent_tracking.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/consent_tracking.md b/docs/consent_tracking.md index 3f997e5903..911a1f95db 100644 --- a/docs/consent_tracking.md +++ b/docs/consent_tracking.md @@ -152,7 +152,7 @@ version of the policy. To do so: * ensure that the consent resource is configured, as in the previous section - * ensure that server notices are configured, as in [server_notices.md](server_notices.md). + * ensure that server notices are configured, as in [the server notice documentation](server_notices.md). * Add `server_notice_content` under `user_consent` in `homeserver.yaml`. For example: |