Skip to content

Commit

Permalink
fix: update docs link (#3966)
Browse files Browse the repository at this point in the history
Fix docs link
  • Loading branch information
lucaseduoli authored Sep 30, 2024
1 parent 5bddef4 commit 8556942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/customization/config-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8556942

Please sign in to comment.