Skip to content

Commit 534a7ac

Browse files
committed
docs: update hyperlinks for s390x docs
Signed-off-by: Aaron Teo <[email protected]>
1 parent 07c7662 commit 534a7ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build-s390x.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
> [!IMPORTANT]
2-
> This build documentation is specific only to IBM Z & LinuxONE mainframes (s390x). You can find the build documentation for other architectures: [build.md](docs/build.md).
2+
> This build documentation is specific only to IBM Z & LinuxONE mainframes (s390x). You can find the build documentation for other architectures: [build.md](build.md).
33
44
# Build llama.cpp locally (for s390x)
55

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

88
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.
99

0 commit comments

Comments
 (0)