From d860dd99a4178f58d1d1fa64eebc2aabc95392a7 Mon Sep 17 00:00:00 2001 From: David Chiu Date: Sat, 21 Jun 2025 01:43:35 +0800 Subject: [PATCH] docs : fix the link to llama.h (#14293) --- docs/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.md b/docs/build.md index 680b0d83..20a6f606 100644 --- a/docs/build.md +++ b/docs/build.md @@ -1,6 +1,6 @@ # Build llama.cpp locally -The main product of this project is the `llama` library. Its C-style interface can be found in [include/llama.h](include/llama.h). +The main product of this project is the `llama` library. Its C-style interface can be found in [include/llama.h](../include/llama.h). The project also includes many example programs and tools using the `llama` library. The examples range from simple, minimal code snippets to sophisticated sub-projects such as an OpenAI-compatible HTTP server.