Skip to content

Commit 72ac6d0

Browse files
committed
deploy: 9eba099
1 parent 2ff244f commit 72ac6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ <h2 id='using-oauth2'>Using OAuth2</h2>
886886
<h3 id='authorizing-your-application'>Authorizing your application</h3>
887887
<p>For users to grant your application access to their SimplyPrint account, you must first redirect them to the SimplyPrint OAuth2 authorization page. You can do this by redirecting the user to the following URL:</p>
888888

889-
<p><code>https://api.simplyprint.io/oauth2/Authorize?client_id={client_id}&amp;redirect_uri={redirect_uri}&amp;response_type=code&amp;scope={scope}</code></p>
889+
<p><code>https://simplyprint.io/panel/oauth2/authorize?client_id={client_id}&amp;redirect_uri={redirect_uri}&amp;response_type=code&amp;scope={scope}</code></p>
890890

891891
<p>The following parameters can be supplied as query parameters in the URL:</p>
892892

0 commit comments

Comments
 (0)