Skip to content

Commit 7921bb2

Browse files
committed
chore: missing local api server
1 parent d73a932 commit 7921bb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/pages/docs/llama-cpp-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { Settings } from 'lucide-react'
2424
`llama.cpp` is the core **inference engine** Jan uses to run AI models locally on your computer. This section covers the settings for the engine itself, which control *how* a model processes information on your hardware.
2525

2626
<Callout>
27-
Looking for API server settings (like port, host, CORS)? They have been moved to the dedicated [**Local API Server**](/docs/local-server/api-server) page.
27+
Looking for API server settings (like port, host, CORS)? They have been moved to the dedicated [**Local API Server**](/docs/api-server) page.
2828
</Callout>
2929

3030
## Accessing Engine Settings

docs/src/pages/docs/server-settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ This includes configuration for:
174174
- CORS (Cross-Origin Resource Sharing)
175175
- Verbose Logging
176176

177-
[**Go to Local API Server Settings &rarr;**](/docs/local-server/api-server)
177+
[**Go to Local API Server Settings &rarr;**](/docs/api-server)
178178

179179
## Emergency Options
180180

0 commit comments

Comments
 (0)