From: Holger Voormann Date: Sat, 16 May 2026 12:42:38 +0000 (+0200) Subject: ui: Correct links in `tools/ui/README.md` [no ci] (#23139) X-Git-Tag: upstream/0.0.10438~1256 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=25b1bc9c2f9aa0a390b968ee1ffd9ff01340a3fe;p=pkg%2Fggml%2Fsources%2Fllama.cpp ui: Correct links in `tools/ui/README.md` [no ci] (#23139) In `tools/ui/README.md`, update the relative links, now that the `README.md` file has been moved from `tools/server/webui/` to `tools/ui/`. See https://github.com/ggml-org/llama.cpp/commit/59778f0196a82db32580bb649d5d839355d6d7bf. --- diff --git a/tools/ui/README.md b/tools/ui/README.md index abbbabe92..4334f9681 100644 --- a/tools/ui/README.md +++ b/tools/ui/README.md @@ -681,6 +681,6 @@ tools/ui/ ## Related Documentation -- [llama.cpp Server README](../README.md) - Full server documentation -- [Multimodal Documentation](../../../docs/multimodal.md) - Image and audio support -- [Function Calling](../../../docs/function-calling.md) - Tool use capabilities +- [llama.cpp Server README](../server/README.md) - Full server documentation +- [Multimodal Documentation](../../docs/multimodal.md) - Image and audio support +- [Function Calling](../../docs/function-calling.md) - Tool use capabilities