From 4a745276765cf7415e0c71651bdf28317cf8bede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verri=C3=A8re?= Date: Thu, 28 Mar 2019 11:58:00 +0100 Subject: [PATCH] documentation-links: Fix documentation links in "how to" and "migration guide" --- doc/important_stuff/how_to.md | 6 +++--- doc/important_stuff/migration_guide.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/important_stuff/how_to.md b/doc/important_stuff/how_to.md index 297b172..00aa479 100644 --- a/doc/important_stuff/how_to.md +++ b/doc/important_stuff/how_to.md @@ -26,10 +26,10 @@ composer require akeneo/api-php-client-ee:^3.0 **A:** You can import your data using two different ways: -* Using the [interface](doc/features/pimgento_interface.md) -* Using cron [tasks](doc/features/pimgento_cron.md) +* Using the [interface](../features/pimgento_interface.md) +* Using cron [tasks](../features/pimgento_cron.md) -But before using one of these methods be sure to read this [quick guide](doc/features/pimgento_import.md) about the import system. +But before using one of these methods be sure to read this [quick guide](../features/pimgento_import.md) about the import system. ### Q: How to customize PIMGento (API)? diff --git a/doc/important_stuff/migration_guide.md b/doc/important_stuff/migration_guide.md index a1241c6..34c97ec 100644 --- a/doc/important_stuff/migration_guide.md +++ b/doc/important_stuff/migration_guide.md @@ -31,7 +31,7 @@ Use the 'Flush cache' button in your Magento Back-Office, or delete the magento/ 1. Download and copy PIMGento (API) source code from our [GitHub repository](https://github.com/Agence-DnD/PIMGento-API) into your Magento project. 2. You will need [Composer](https://getcomposer.org/) in order to proceed ot next step: [getcomposer.org](https://getcomposer.org/) -3. Install Akeneo API on your project. Please, check the ['How to...'](doc/important_stuff/how_to.md) section: How to install PIMGento (API)? +3. Install Akeneo API on your project. Please, check the ['How to...'](how_to.md) section: How to install PIMGento (API)? ### Flush cache again: @@ -39,11 +39,11 @@ Use the 'Flush cache' button in your Magento Back-Office, or delete the magento/ ### Configure PIMGento (API) in Magento backend: -Please, follow our configuration guide: [How to configure PIMGento (API)?](doc/important_stuff/how_to.md) +Please, follow our configuration guide: [How to configure PIMGento (API)?](how_to.md) ### Re-import all entities: -Please, follow our configuration guide: [How to import my data into PIMGento (API)?](doc/important_stuff/how_to.md) +Please, follow our configuration guide: [How to import my data into PIMGento (API)?](how_to.md) ### Important notes: