Skip to content

Commit a44c37e

Browse files
authored
patch: update constants.ts with real urls (#10)
Use real URL to "demo" GH pages location
1 parent 7911d18 commit a44c37e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
export const APP_URL = "https://tangleml.com/tangle-ui";
1+
export const APP_URL = "https://tangleml.github.io/tangle-ui/";
22
export const GITHUB_REPO_URL = "https://github.com/tangleml/tangle";
33
export const GITHUB_ISSUES_URL = `${GITHUB_REPO_URL}/issues`;
4-
export const DEMO_URL = "https://tangleml.com/tangle-ui/quick-start";
4+
export const DEMO_URL = "https://tangleml.github.io/tangle-ui/#/quick-start";
55
export const DOCS_URL = "/docs";
66

77
export const SLACK_CHANNEL = "#tangle";
88
export const SUPPORT_EMAIL = "n/a";
9-
export const WEBSITE_URL = "https://tangleml.com/";
9+
export const WEBSITE_URL = "https://tangleml.com/";

0 commit comments

Comments
 (0)