David Chiu 7 месяцев назад
Родитель
Сommit
d860dd99a4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/build.md

+ 1 - 1
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.