Fix invalid links in client configuration page

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
This commit is contained in:
Eng Zer Jun 2023-12-31 17:47:37 +08:00
parent 2dbdd8cd52
commit 02e17eabb9
No known key found for this signature in database
GPG Key ID: DAEBBD2E34C111E6
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ window.__CONFIG__ = {
### `VITE_TMDB_READ_API_KEY` - REQUIRED
This is the **read** API key from TMDB to allow movie-web to search for media. [Get one by following our guide](/self-hosting/client#tmdb-api-key).
This is the **read** API key from TMDB to allow movie-web to search for media. [Get one by following our guide](/client/tmdb).
::alert{type="warning"}
:icon{name="material-symbols:warning-rounded"} The example will not work for you, get your own
@ -37,7 +37,7 @@ Example: <code style="overflow-wrap: anywhere">VITE_TMDB_READ_API_KEY=eyJhbGciOi
### `VITE_CORS_PROXY_URL` - REQUIRED
This is where you put proxy URLS, you must have at least one. [Get one by following our guide](/self-hosting/proxy#cloudflare-workers).
This is where you put proxy URLS, you must have at least one. [Get one by following our guide](/proxy/deploy).
You can add multiple workers by separating them by a comma, they will be load balanced using round robin method on the client.