summary refs log tree commit diff
path: root/docs/consent_tracking.md
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2021-06-16 14:15:52 +0200
committerGitHub <noreply@github.com>2021-06-16 13:15:52 +0100
commit0adc2882c1a67419207a500f00c41a94be51857a (patch)
treed4b054ab474de7421caa07082bb060283b60af08 /docs/consent_tracking.md
parentMake opentracing trace into event persistence (#10134) (diff)
downloadsynapse-0adc2882c1a67419207a500f00c41a94be51857a.tar.xz
Fix broken links in documentation (#10180)
* Fix broken links in documentation

* newsfile
Diffstat (limited to 'docs/consent_tracking.md')
-rw-r--r--docs/consent_tracking.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/consent_tracking.md b/docs/consent_tracking.md
index c586b5f0b6..3f997e5903 100644
--- a/docs/consent_tracking.md
+++ b/docs/consent_tracking.md
@@ -24,8 +24,8 @@ To enable this, first create templates for the policy and success pages.
 These should be stored on the local filesystem.
 
 These templates use the [Jinja2](http://jinja.pocoo.org) templating language,
-and [docs/privacy_policy_templates](privacy_policy_templates) gives
-examples of the sort of thing that can be done.
+and [docs/privacy_policy_templates](https://github.com/matrix-org/synapse/tree/develop/docs/privacy_policy_templates/)
+gives examples of the sort of thing that can be done.
 
 Note that the templates must be stored under a name giving the language of the
 template - currently this must always be `en` (for "English");