]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Fix link to available UI settings (#24169)
authorMario <redacted>
Fri, 5 Jun 2026 12:39:32 +0000 (13:39 +0100)
committerGitHub <redacted>
Fri, 5 Jun 2026 12:39:32 +0000 (14:39 +0200)
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

tools/server/README.md

index f1eeec36aa0cb8284cf782bab12325a73ed285bc..3e14f5e6a207c5097e595990b8ac28841b60a2ad 100644 (file)
@@ -1870,4 +1870,4 @@ You can specify default preferences for the web UI using `--ui-config <JSON conf
 
 > **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).