]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
docs : fix the link to llama.h (#14293)
authorDavid Chiu <redacted>
Fri, 20 Jun 2025 17:43:35 +0000 (01:43 +0800)
committerGitHub <redacted>
Fri, 20 Jun 2025 17:43:35 +0000 (19:43 +0200)
docs/build.md

index 680b0d83987419338a64e2c40e11dbd2ae09cc6b..20a6f606eb779ac1fcecfc6eea22beb3b945b481 100644 (file)
@@ -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.