From 3ce61958a8cc2c028f6fd4943f2c5c536ec4ff74 Mon Sep 17 00:00:00 2001 From: Mateusz Mandera Date: Thu, 2 Jun 2022 15:56:54 +0200 Subject: [PATCH] docs: Fix typo in gitlab callback url in dev setup instructions. The endpoint is /complete/gitlab/ - with the slash. --- docs/development/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/authentication.md b/docs/development/authentication.md index f3d8325bc5..9abedd8b0a 100644 --- a/docs/development/authentication.md +++ b/docs/development/authentication.md @@ -78,7 +78,7 @@ details worth understanding: - Register an OAuth application with GitLab at . - Specify `http://auth.zulipdev.com:9991/complete/gitlab` as the callback URL. + Specify `http://auth.zulipdev.com:9991/complete/gitlab/` as the callback URL. - You should get a page containing the Application ID and Secret for your new application. In `dev-secrets.conf`, enter the Application