diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-06-16 14:15:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-16 13:15:52 +0100 |
commit | 0adc2882c1a67419207a500f00c41a94be51857a (patch) | |
tree | d4b054ab474de7421caa07082bb060283b60af08 /docs/admin_api/delete_group.md | |
parent | Make opentracing trace into event persistence (#10134) (diff) | |
download | synapse-0adc2882c1a67419207a500f00c41a94be51857a.tar.xz |
Fix broken links in documentation (#10180)
* Fix broken links in documentation * newsfile
Diffstat (limited to 'docs/admin_api/delete_group.md')
-rw-r--r-- | docs/admin_api/delete_group.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin_api/delete_group.md b/docs/admin_api/delete_group.md index 9c335ff759..2e0a1d2474 100644 --- a/docs/admin_api/delete_group.md +++ b/docs/admin_api/delete_group.md @@ -11,4 +11,4 @@ POST /_synapse/admin/v1/delete_group/<group_id> ``` To use it, you will need to authenticate by providing an `access_token` for a -server admin: see [Admin API](../../usage/administration/admin_api). +server admin: see [Admin API](../usage/administration/admin_api). |