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.
This commit is contained in:
Holger Voormann
2026-05-16 14:42:38 +02:00
committed by GitHub
parent 18675b6bbc
commit 25b1bc9c2f
+3 -3
View File
@@ -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