Skip to content

Commit 3c6a0a5

Browse files
Merge pull request #666 from akeneo/OCT-154
OCT-154: fix broken link in API docs
2 parents 3f6f1cf + c71221c commit 3c6a0a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/apps/authentication-and-authorization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ After you've completed this tutorial, you'll be able to authorize an app created
5858

5959
The first step is to retrieve a **Client id** and a **Client secret**, which you get when you create an app. These API credentials identify your app during the authorization process.
6060

61-
If you've already created an app and generated API credentials, then proceed to [step 2](link to step 2).
61+
If you've already created an app and generated API credentials, then proceed to [step 2](/apps/authentication-and-authorization.html#step-2-ask-for-authorizations).
6262

6363
1. Log in to your [Akeneo App Store](https://apps.akeneo.com/) account
6464
2. Scroll down to the bottom of the page and click [Submit your app for review](https://apps.akeneo.com/node/add/extension)
@@ -85,7 +85,7 @@ Like any other OAuth 2.0 application, you have to redirect the user to the Autho
8585

8686
| Query parameter | Description |
8787
|--------------------------|--------------------------------------------------------------|
88-
| `response_type`. | Required. Must always be "code" |
88+
| `response_type` | Required. Must always be "code" |
8989
| `client_id` | Required. The client id you get from the Akeneo App Store |
9090
| `scope` | Optional. A comma-separated list of scopes. For example, to write products and read assets, use `scope=write_products,read_assets`. *Any permission to write a resource includes the permission to read it.* |
9191
| `state` | Recommended. |

0 commit comments

Comments
 (0)