Fix broken links in documentation (#10180)

* Fix broken links in documentation

* newsfile
This commit is contained in:
Dirk Klimpel
2021-06-16 14:15:52 +02:00
committed by GitHub
parent 9e405034e5
commit 0adc2882c1
19 changed files with 53 additions and 51 deletions

View File

@@ -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");