Skip to content

Commit 1dc4815

Browse files
fix
1 parent 8ac0ba5 commit 1dc4815

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

content/apps/apps-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Feel free to contribute with languages we're not experts at.
2525
:::
2626

2727
## Requirements
28-
- You have your [App developer starter kit](/apps/quick-start.html#app-developer-starter-kit)
28+
- You have your [App developer starter kit](/apps/overview.html#app-developer-starter-kit)
2929
- You understand [what's an Akeneo App](/apps/apps-getting-started.html#whats-an-akeneo-app) and [how they fit into Akeneo PXM Studio](/apps/apps-getting-started.html#how-apps-fit-into-akeneo-pxm-studio)
3030

3131
## Step 1: Expose your activation and callback URLs

content/apps/authentication-and-authorization.md

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

5252
### Requirements
5353

54-
- You have your [App developer starter kit](/apps/quick-start.html#app-developer-starter-kit)
54+
- You have your [App developer starter kit](/apps/overview.html#app-developer-starter-kit)
5555
- You're familiar with the [OAuth 2.0 flow](/apps/authentication-and-authorization.html#oauth-20) in Akeneo
5656

5757
### Step 1: Generate API credentials
@@ -253,7 +253,7 @@ After you've completed this tutorial, you'll be able to authenticate users comin
253253

254254
### Requirements
255255

256-
- You have your [App developer starter kit](/apps/quick-start.html#app-developer-starter-kit)
256+
- You have your [App developer starter kit](/apps/overview.html#app-developer-starter-kit)
257257
- You're familiar with [OpenID connect](https://openid.net/connect/)
258258
- You're familiar with the [app authentication process](/apps/authentication-and-authorization.html#getting-started-with-oauth-20)
259259

content/apps/catalogs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ After completing this tutorial, you'll be able to create and use catalogs to ret
4646

4747
### Requirements
4848

49-
- You have your [App developer starter kit](/apps/quick-start.html#app-developer-starter-kit)
49+
- You have your [App developer starter kit](/apps/overview.html#app-developer-starter-kit)
5050
- Your app already manages the authorization process
5151

5252
### Step 1: Ask for catalog scopes

src/partials/layout.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
4444
<ul class="nav navbar-nav navbar-right">
4545
<li class="{{#if active_apps}}active{{/if}}">
46-
<a href="/apps/quick-start.html">Apps</a>
46+
<a href="/apps/overview.html">Apps</a>
4747
</li>
4848
<li class="{{#if active_guides}}active{{/if}}">
4949
<a href="/guides-index.html">Guides</a>

0 commit comments

Comments
 (0)