Update source links from GitLab to GitHub.

This commit is contained in:
Paul
2021-09-03 10:30:27 +01:00
parent a387d3c6ae
commit c302eade17
5 changed files with 10 additions and 12 deletions

View File

@@ -1,7 +1,6 @@
/* eslint-disable */
// Strings needs to be explictly stated here as they can cause type issues elsewhere.
export const REPO_URL: string =
"https://gitlab.insrt.uk/revolt/revite/-/commit";
export const REPO_URL: string = "https://github.com/revoltchat/revite/commit";
export const GIT_REVISION: string = "__GIT_REVISION__";
export const GIT_BRANCH: string = "__GIT_BRANCH__";