aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Fisher Romanoff <sol@solfisher.com>2021-09-07 09:08:13 +0300
committerDrew DeVault <sir@cmpwn.com>2021-09-07 08:13:03 +0200
commit1e1156a8576c1535d07db8f86329b6fc9d4c8429 (patch)
tree1fdab4a053abc7499598cae4d8331114bb83db24
parent9cfb471e0340f61c5d0ef2ed3fda421ac2465029 (diff)
downloadsr.ht-docs-1e1156a8576c1535d07db8f86329b6fc9d4c8429.tar.gz
Correct GitLab Application link
-rw-r--r--dispatch.sr.ht/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.sr.ht/configuration.md b/dispatch.sr.ht/configuration.md
index 5ef95aa..54f6eb1 100644
--- a/dispatch.sr.ht/configuration.md
+++ b/dispatch.sr.ht/configuration.md
@@ -24,7 +24,7 @@ To set up OAuth for GitHub:
To set up OAuth for GitLab:
-1. Register under [GitLab Applications](https://gitlab.com/profile/applications).
+1. Register under [GitLab Applications](https://gitlab.com/-/profile/applications).
For the scopes required, select "api". For the callback, specify the URL of
your service with `/gitlab/callback/<gitlab instance>` appended (e.g.
`https://dispatch.sr.ht/gitlab/callback/gitlab.com`).