Fixed typo in resource name

This commit is contained in:
Alexey Kazakov 2017-03-10 18:28:49 -08:00 committed by GitHub
parent 1c74586158
commit 0395f9973e

View file

@ -22,7 +22,7 @@ To initiate the login, the application must fabricate a URL and redirect the use
[source,java]
----
{auth-server-root}/auth/realms/{realm}/broker/{provider}/linking?client_id={id}&redirect_uri={uri}&nonce={nonce}&hash={hash}
{auth-server-root}/auth/realms/{realm}/broker/{provider}/link?client_id={id}&redirect_uri={uri}&nonce={nonce}&hash={hash}
----
Here's a description of each path and query param: