Skip to content

Commit 5a44506

Browse files
authored
fix: correct Vulkan URL casing in documentation links (#568)
1 parent 8931402 commit 5a44506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const documentationUrl = "https://node-llama-cpp.withcat.ai";
9999
const documentationCliUrl = documentationUrl + "/cli";
100100
export const documentationPageUrls = {
101101
CUDA: documentationUrl + "/guide/CUDA",
102-
Vulkan: documentationUrl + "/guide/vulkan",
102+
Vulkan: documentationUrl + "/guide/Vulkan",
103103
CLI: {
104104
index: documentationCliUrl,
105105
Pull: documentationCliUrl + "/pull",

0 commit comments

Comments
 (0)