diff --git a/src/home/rendering/render-github-login-button.ts b/src/home/rendering/render-github-login-button.ts index 6c5b74d1..13aa6e05 100644 --- a/src/home/rendering/render-github-login-button.ts +++ b/src/home/rendering/render-github-login-button.ts @@ -63,7 +63,7 @@ export function renderGitHubLoginButton() { export function renderGitRevision() { const gitRevision = document.getElementById("git-revision") as HTMLAnchorElement; if (!gitRevision) throw new Error("Could not find element with id 'git-revision'"); - gitRevision.href = `https://github.com/ubiquity/pay.ubq.fi/commit/${GIT_REVISION}`; + gitRevision.href = `https://github.com/ubiquity/work.ubq.fi/commit/${GIT_REVISION}`; gitRevision.textContent = GIT_REVISION; } diff --git a/static/index.html b/static/index.html index 9bb0acc0..6dccb684 100644 --- a/static/index.html +++ b/static/index.html @@ -59,7 +59,8 @@ >