From 1e1156a8576c1535d07db8f86329b6fc9d4c8429 Mon Sep 17 00:00:00 2001 From: Sol Fisher Romanoff Date: Tue, 7 Sep 2021 09:08:13 +0300 Subject: Correct GitLab Application link --- dispatch.sr.ht/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/` appended (e.g. `https://dispatch.sr.ht/gitlab/callback/gitlab.com`). -- cgit