Skip to content

Commit da85e2b

Browse files
authored
Merge pull request mattermost#681 from quentinus95/patch-1
Fix urls for GitLab configuration
2 parents 4cc5dc7 + eba2313 commit da85e2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/administration/config-settings.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ Obtain this value by logging into your GitLab account. Go to Profile Settings >
588588

589589
User API Endpoint
590590
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
591-
Enter ``https://<your-gitlab-url>/oauth/authorize`` (example: ``https://example.com:3000/api/v3/user``). Use HTTP or HTTPS depending on how your server is configured.
591+
Enter ``https://<your-gitlab-url>/api/v3/user`` (example: ``https://example.com:3000/api/v3/user``). Use HTTP or HTTPS depending on how your server is configured.
592592

593593
+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
594594
| This feature's ``config.json`` setting is ``"UserApiEndpoint": ""`` with string input. |
@@ -604,7 +604,7 @@ Enter ``https://<your-gitlab-url>/oauth/authorize`` (example: ``https://example.
604604

605605
Token Endpoint
606606
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
607-
Enter ``https://<your-gitlab-url>/oauth/authorize`` (example: ``https://example.com:3000/oauth/token``). Use HTTP or HTTPS depending on how your server is configured.
607+
Enter ``https://<your-gitlab-url>/oauth/token`` (example: ``https://example.com:3000/oauth/token``). Use HTTP or HTTPS depending on how your server is configured.
608608

609609
+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
610610
| This feature's ``config.json`` setting is ``"TokenEndpoint": ""`` with string input. |

0 commit comments

Comments
 (0)