mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
Merge pull request #58291 from nextcloud/backport/58289/stable33
[stable33] fix(docs): Fix dead documentation link for Windows file names
This commit is contained in:
commit
d0bb1275db
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue