docs: Fix Markdown for links in the authentication in development doc.

These were rendering as just plaintext instead of clickable links.
This commit is contained in:
Mateusz Mandera
2021-02-22 16:47:53 +01:00
committed by Tim Abbott
parent d1ee2d31c7
commit e43e0cb9bb

View File

@@ -44,8 +44,8 @@ details worth understanding:
### Google ### Google
* Visit https://console.developers.google.com and navigate to "APIs & * Visit [the Google developer console](https://console.developers.google.com)
services" > "Credentials". Create a "Project" which will correspond and navigate to "APIs & services" > "Credentials". Create a "Project" which will correspond
to your dev environment. to your dev environment.
* Navigate to "APIs & services" > "Library", and find the "Identity * Navigate to "APIs & services" > "Library", and find the "Identity
@@ -63,8 +63,8 @@ details worth understanding:
### GitHub ### GitHub
* Register an OAuth2 application with GitHub at one of * Register an OAuth2 application with GitHub at one of
https://github.com/settings/developers or <https://github.com/settings/developers> or
https://github.com/organizations/ORGNAME/settings/developers. <https://github.com/organizations/ORGNAME/settings/developers>.
Specify `http://zulipdev.com:9991/complete/github/` as the callback URL. Specify `http://zulipdev.com:9991/complete/github/` as the callback URL.
* You should get a page with settings for your new application, * You should get a page with settings for your new application,
@@ -75,7 +75,7 @@ details worth understanding:
### GitLab ### GitLab
* 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://zulipdev.com:9991/complete/gitlab` as the callback URL. Specify `http://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
@@ -85,9 +85,9 @@ details worth understanding:
### Apple ### Apple
* Visit https://developer.apple.com/account/resources/, * Visit <https://developer.apple.com/account/resources/>,
Enable App ID and Create a Services ID with the instructions in Enable App ID and Create a Services ID with the instructions in
https://help.apple.com/developer-account/?lang=en#/dev1c0e25352 . <https://help.apple.com/developer-account/?lang=en#/dev1c0e25352> .
When prompted for a "Return URL", enter When prompted for a "Return URL", enter
`http://zulipdev.com:9991/complete/apple/` . `http://zulipdev.com:9991/complete/apple/` .