Skip to content

Commit d860dd9

Browse files
docs : fix the link to llama.h (#14293)
1 parent c959f46 commit d860dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build llama.cpp locally
22

3-
The main product of this project is the `llama` library. Its C-style interface can be found in [include/llama.h](include/llama.h).
3+
The main product of this project is the `llama` library. Its C-style interface can be found in [include/llama.h](../include/llama.h).
44

55
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.
66

0 commit comments

Comments
 (0)