Skip to content

Commit 9c955c4

Browse files
authored
Fix link to available UI settings (ggml-org#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
1 parent cc7bef3 commit 9c955c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1870,4 +1870,4 @@ You can specify default preferences for the web UI using `--ui-config <JSON conf
18701870

18711871
> **Note:** The old flags `--webui-config` and `--webui-config-file` are deprecated but still work as aliases.
18721872
1873-
You may find available preferences in [settings-config.ts](../ui/src/lib/constants/settings-config.ts).
1873+
You may find available preferences in [settings-keys.ts](../ui/src/lib/constants/settings-keys.ts).

0 commit comments

Comments
 (0)