Skip to content

Commit

Permalink
Merge pull request #20 from Agence-DnD/hotfix/documentation_links
Browse files Browse the repository at this point in the history
documentation-links: Fix documentation links in "how to" and "migrati…
  • Loading branch information
Dnd-Gimix authored Mar 28, 2019
2 parents c22e77e + 4a74527 commit b136978
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/important_stuff/how_to.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)?

Expand Down
6 changes: 3 additions & 3 deletions doc/important_stuff/migration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ 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:

Use the 'Flush cache' button in your Magento Back-Office, or delete the magento/var/cache directory on your website server.

### 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:

Expand Down

0 comments on commit b136978

Please sign in to comment.