diff --git a/docs/guide/file_management/handling_file_url.md b/docs/guide/file_management/handling_file_url.md index 1ae05837a1..9d9fcfa751 100644 --- a/docs/guide/file_management/handling_file_url.md +++ b/docs/guide/file_management/handling_file_url.md @@ -17,7 +17,7 @@ ibexa: url_prefix: '$var_dir$/$storage_dir$' ``` -`$var_dir$` and `$storage_dir$` are dynamic, [SiteAccess-aware settings](../configuration/configuration.md#dynamic-settings-injection), and are replaced by their values in the execution context. +`$var_dir$` and `$storage_dir$` are dynamic, [SiteAccess-aware settings](siteaccess_aware_configuration.md), and are replaced by their values in the execution context. ## Serving images with nginx @@ -66,4 +66,4 @@ Three URL decorator services are introduced: - `Ibexa\Core\IO\UrlDecorator\AbsolutePrefix` used by the binary data handlers to decorate all URIs sent out by the API. Uses `AbsolutePrefix`. - `Ibexa\Core\IO\UrlDecorator\Prefix` used through the `UrlRedecorator` by various legacy elements (converter, storage gateway, etc.) to generate its internal storage format for URIs. Uses a `Prefix`, not an `AbsolutePrefix`, meaning that no leading `/` is added. -In addition, a URL redecorator service, `Ibexa\Core\IO\UrlDecorator\Prefix`, uses both previously mentioned decorators to convert URIs between what is used on the new stack, and what format legacy expects (relative URLs from the project root). \ No newline at end of file +In addition, a URL redecorator service, `Ibexa\Core\IO\UrlDecorator\Prefix`, uses both previously mentioned decorators to convert URIs between what is used on the new stack, and what format legacy expects (relative URLs from the project root).