fix: update docs link (#3966)

Fix docs link
This commit is contained in:
Lucas Oliveira 2024-09-30 17:29:32 -03:00 committed by GitHub
commit 855694208e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,