fix(docs): Fix dead documentation link for Windows file names

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2026-02-12 17:47:37 +01:00 committed by backportbot[bot]
parent 312ab55503
commit dd96f88bc0

View file

@ -37,7 +37,7 @@ class AdminSettings implements ISettings {
public function getForm(): TemplateResponse {
$windowSupport = $this->service->hasFilesWindowsSupport();
$this->initialState->provideInitialState('filesCompatibilitySettings', [
'docUrl' => $this->urlGenerator->linkToDocs(''),
'docUrl' => $this->urlGenerator->linkToDocs('admin-windows-compatible-filenames'),
'status' => $this->service->getSanitizationStatus(),
'windowsSupport' => $windowSupport,
]);