Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/Authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ When the user chooses to install your app from within the Wix App Market, we red
</blockquote>

## Step 2: App Sends Users to Authorize the App
Your app should redirect users to the URL below so that we can ask them to approve a list of permissions your app is requesting (based on the [permissions](https://dev.wix.com/api/getting-started#permissions) you added in the Wix Developers Center).
Your app should redirect users to the URL below so that we can ask them to approve a list of permissions your app is requesting (based on the [permissions](../guides/Permissions.md) you added in the Wix Developers Center).

<br/>

Expand Down