From 855694208e1d6f0ed1dd801cd6a53f7f7f0d532b Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:29:32 -0300 Subject: [PATCH] fix: update docs link (#3966) Fix docs link --- src/frontend/src/customization/config-constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/customization/config-constants.ts b/src/frontend/src/customization/config-constants.ts index 2b1d12313..c27ebc013 100644 --- a/src/frontend/src/customization/config-constants.ts +++ b/src/frontend/src/customization/config-constants.ts @@ -4,7 +4,7 @@ export const PROXY_TARGET = "http://127.0.0.1:7860"; export const API_ROUTES = ["^/api/v1/", "/health"]; export const BASE_URL_API = "/api/v1/"; export const HEALTH_CHECK_URL = "/health_check"; -export const DOCS_LINK = "https://docs.langflow.com"; +export const DOCS_LINK = "https://docs.langflow.org"; export default { DOCS_LINK,