mirror of https://github.com/zulip/zulip.git
docs: Fix typo in gitlab callback url in dev setup instructions.
The endpoint is /complete/gitlab/ - with the slash.
This commit is contained in:
parent
2e9d5193b4
commit
3ce61958a8
|
@ -78,7 +78,7 @@ details worth understanding:
|
||||||
|
|
||||||
- Register an OAuth application with GitLab at
|
- Register an OAuth application with GitLab at
|
||||||
<https://gitlab.com/oauth/applications>.
|
<https://gitlab.com/oauth/applications>.
|
||||||
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
|
- You should get a page containing the Application ID and Secret for
|
||||||
your new application. In `dev-secrets.conf`, enter the Application
|
your new application. In `dev-secrets.conf`, enter the Application
|
||||||
|
|
Loading…
Reference in New Issue