Skip to content

Commit 4205df4

Browse files
authored
Merge branch '3.3' into IBX-9609-strict-validation
2 parents 18e9bd0 + ac39b3d commit 4205df4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/file_management/handling_file_url.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ibexa:
1717
url_prefix: '$var_dir$/$storage_dir$'
1818
```
1919
20-
`$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.
20+
`$var_dir$` and `$storage_dir$` are dynamic, [SiteAccess-aware settings](siteaccess_aware_configuration.md), and are replaced by their values in the execution context.
2121

2222
## Serving images with nginx
2323

@@ -66,4 +66,4 @@ Three URL decorator services are introduced:
6666
- `Ibexa\Core\IO\UrlDecorator\AbsolutePrefix` used by the binary data handlers to decorate all URIs sent out by the API. Uses `AbsolutePrefix`.
6767
- `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.
6868

69-
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).
69+
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).

0 commit comments

Comments
 (0)