From 25b1bc9c2f9aa0a390b968ee1ffd9ff01340a3fe Mon Sep 17 00:00:00 2001 From: Holger Voormann Date: Sat, 16 May 2026 14:42:38 +0200 Subject: [PATCH] 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. --- tools/ui/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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