mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(docs): Fix dead documentation link for Windows file names
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
7dbb9706c7
commit
817c121d6b
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