From: David Chiu Date: Fri, 20 Jun 2025 17:43:35 +0000 (+0800) Subject: docs : fix the link to llama.h (#14293) X-Git-Tag: upstream/0.0.5760~36 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d860dd99a4178f58d1d1fa64eebc2aabc95392a7;p=pkg%2Fggml%2Fsources%2Fllama.cpp docs : fix the link to llama.h (#14293) --- 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.