Skip to content

Commit f7cc3b2

Browse files
committed
Try without a hash
1 parent 6b1e618 commit f7cc3b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/usage/configuration/config_documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2172,7 +2172,7 @@ These limits are applied in addition to the `max_upload_size` limit above, which
21722172

21732173
An empty list means no limits are applied.
21742174

2175-
These settings can be overridden using the `get_media_upload_limits_for_user` module API [callback](../../modules/media_repository_callbacks.md#get_media_upload_limits_for_user).
2175+
These settings can be overridden using the `get_media_upload_limits_for_user` module API [callback](../../modules/media_repository_callbacks.md).
21762176

21772177
Defaults to `[]`.
21782178

schema/synapse-config.schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2423,7 +2423,7 @@ properties:
24232423
24242424
24252425
These settings can be overridden using the `get_media_upload_limits_for_user`
2426-
module API [callback](../../modules/media_repository_callbacks.md#get_media_upload_limits_for_user).
2426+
module API [callback](../../modules/media_repository_callbacks.md).
24272427
default: []
24282428
items:
24292429
time_period:

0 commit comments

Comments
 (0)