Skip to content

Commit 12306d7

Browse files
Merge pull request #616 from akeneo/MW-368
MW-368 update app store url from marketplace to apps
2 parents 531a454 + e1420ab commit 12306d7

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

content/apps/using-oauth2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Akeneo PIM uses **OAuth 2.0** to manage the authorization of Apps.
1212
## Credentials
1313

1414
First, you must obtain valid OAuth 2.0 client credentials by submitting your App on the
15-
[Akeneo App Store](https://marketplace.akeneo.com/how-submit-extension-akeneo-marketplace).
15+
[Akeneo App Store](https://apps.akeneo.com/how-submit-extension-akeneo-marketplace).
1616

1717
Then, when a user wants to connect their PIM to your App, the authorization process will go through the following steps.
1818

content/apps/why-apps-over-connectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ No more manual configuration issues and more transparency!
2020

2121
## High visibility
2222

23-
We give your App high visibility when you publish an App on the [Akeneo App Store](https://marketplace.akeneo.com/). Your App is displayed **above all connectors**.
23+
We give your App high visibility when you publish an App on the [Akeneo App Store](https://apps.akeneo.com/). Your App is displayed **above all connectors**.
2424

2525
We also give high visibility to Apps to our Akeneo PIM users. To do so, we created a **dedicated section** to highlight them in the PIM App Store.
2626

content/getting-started/connect-the-pim-4x/step-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Indeed, we have an App Store on which our dear ecosystem publishes its own tools
1010

1111
So, we definitely recommend you to take a look at it and try to find a connector that can suit your use case. It will save you a lot of time!
1212

13-
1. Navigate to the [marketplace](https://marketplace.akeneo.com/extensions?edition=all&version=all&api_use=1&sort=date) website.
13+
1. Navigate to the [Akeneo App Store](https://apps.akeneo.com/extensions?edition=all&version=all&api_use=1&sort=date) website.
1414
The results are already filtered to show you the REST API-based connectors only.
1515
1. In this list of connectors, try to find the one that can fit your use case best.
1616

content/getting-started/connect-the-pim-old/step-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Indeed, we have an App Store on which our dear ecosystem publishes its own tools
1010

1111
So, we definitely recommend you to take a look at it and try to find a connector that can suit your use case. It will save you a lot of time!
1212

13-
1. Navigate to the [marketplace](https://marketplace.akeneo.com/extensions?edition=all&version=all&api_use=1&sort=date) website.
13+
1. Navigate to the [marketplace](https://apps.akeneo.com/extensions?edition=all&version=all&api_use=1&sort=date) website.
1414
The results are already filtered to show you the REST API-based connectors only.
1515
1. In this list of connectors, try to find the one that can fit your use case best.
1616

content/guides/translation-connection/step3-how-to-build-your-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Please don't hesitate to read our ["4 reasons why you should use our API"](https
1414

1515
We suggest following our method which leans on some useful existing PIM features to interact with Julia.
1616

17-
This method is based on one of the Akeneo App Store connector specifications: [GlobalLink Connect for Akeneo](https://marketplace.akeneo.com/extension/globallink-connect-akeneo) from the [Translations.com](https://www.translations.com) company.
17+
This method is based on one of the Akeneo App Store connector specifications: [GlobalLink Connect for Akeneo](https://apps.akeneo.com/extension/globallink-connect-akeneo) from the [Translations.com](https://www.translations.com) company.
1818

1919
## Some pre-requisites
2020

src/index.handlebars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</div>
5858
<div class="col-xs-12 col-md-6 col-lg-6">
5959
<div class="panel panel-info panel-btn">
60-
<a href="https://marketplace.akeneo.com/node/add/extension">
60+
<a href="https://apps.akeneo.com/node/add/extension">
6161
<div class="panel-body">
6262
<div>
6363
<img class="pull-left" alt="Go to Akeneo App Store" src="/img/illustrations/illus--marketplace.svg" style="max-height: 120px; margin-right: 10px;">
@@ -381,7 +381,7 @@
381381
<div class="row">
382382
<div class="col-xs-12 col-sm-offset-3 col-sm-6">
383383
<div class="panel panel-info panel-btn">
384-
<a href="https://marketplace.akeneo.com">
384+
<a href="https://apps.akeneo.com">
385385
<div class="panel-body">
386386
<div class="row">
387387
<div class="col-xs-offset-4 col-xs-4 col-sm-offset-2 col-sm-8 col-md-offset-4 col-md-4">

0 commit comments

Comments
 (0)