From: Mario Date: Fri, 5 Jun 2026 12:39:32 +0000 (+0100) Subject: Fix link to available UI settings (#24169) X-Git-Tag: upstream/0.0.10438~911 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=9c955c48b0fc6c18c703ea5cba2cacb2db6332cb;p=pkg%2Fggml%2Fsources%2Fllama.cpp Fix link to available UI settings (#24169) The current link is to a non-existent file. I had a look at the repo, spotted the file containing the UI configuration key and updated the link --- diff --git a/tools/server/README.md b/tools/server/README.md index f1eeec36a..3e14f5e6a 100644 --- a/tools/server/README.md +++ b/tools/server/README.md @@ -1870,4 +1870,4 @@ You can specify default preferences for the web UI using `--ui-config **Note:** The old flags `--webui-config` and `--webui-config-file` are deprecated but still work as aliases. -You may find available preferences in [settings-config.ts](../ui/src/lib/constants/settings-config.ts). +You may find available preferences in [settings-keys.ts](../ui/src/lib/constants/settings-keys.ts).