diff --git a/content/3.client/3.configuration.md b/content/3.client/3.configuration.md index a196032..ec79812 100644 --- a/content/3.client/3.configuration.md +++ b/content/3.client/3.configuration.md @@ -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: 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.