We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7911d18 commit a44c37eCopy full SHA for a44c37e
constants.ts
@@ -1,9 +1,9 @@
1
-export const APP_URL = "https://tangleml.com/tangle-ui";
+export const APP_URL = "https://tangleml.github.io/tangle-ui/";
2
export const GITHUB_REPO_URL = "https://github.com/tangleml/tangle";
3
export const GITHUB_ISSUES_URL = `${GITHUB_REPO_URL}/issues`;
4
-export const DEMO_URL = "https://tangleml.com/tangle-ui/quick-start";
+export const DEMO_URL = "https://tangleml.github.io/tangle-ui/#/quick-start";
5
export const DOCS_URL = "/docs";
6
7
export const SLACK_CHANNEL = "#tangle";
8
export const SUPPORT_EMAIL = "n/a";
9
-export const WEBSITE_URL = "https://tangleml.com/";
+export const WEBSITE_URL = "https://tangleml.com/";
0 commit comments