From e481a023e334b0080032ad85e0b7ed58c673a58c Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 5 Jul 2018 09:17:13 +0200 Subject: [PATCH] Fix path Signed-off-by: Morris Jobke --- admin_manual/configuration_server/oauth2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/oauth2.rst b/admin_manual/configuration_server/oauth2.rst index 3aabaf676..33e06d8f6 100644 --- a/admin_manual/configuration_server/oauth2.rst +++ b/admin_manual/configuration_server/oauth2.rst @@ -13,7 +13,7 @@ Add an OAuth2 Application Head over to your Administrator Security Settings. Here you can add a new ``OAuth2`` client. -.. figure:: ../images/oauth2-settings.png +.. figure:: images/oauth2-settings.png Enter the name of your application and provide a redirection url. You should now have a Client Identifier and Secret. Enter those into your ``OAuth2`` client.