From 281bc3a9f4714ede9ad22283d47115c5ba89ae37 Mon Sep 17 00:00:00 2001 From: Valerij Ivashchenko Date: Mon, 28 May 2018 01:14:15 +0300 Subject: [PATCH] Update README.md Update link to `app/code/Magento` in github. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 375275c7ca..748a8b5c36 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ To deploy sample data from the Magento composer repository without Magento CLI: Where `` is the version of the packages; it should correspond to the version of the Magento instance. -Each package corresponds to a sample data module. The complete list of available modules can be viewed in the [sample data GitHub repository] (https://github.com/magento/magento2-sample-data/tree/develop/app/code/Magento) +Each package corresponds to a sample data module. The complete list of available modules can be viewed in the [sample data GitHub repository] (https://github.com/magento/magento2-sample-data/tree/2.3-develop/app/code/Magento) 2. To update the dependencies, in the Magento root directory, run: `# composer update` @@ -69,4 +69,4 @@ If you have deleted certain entities provided by sample data and want to restore The deleted sample data entities will be restored. Those entities, which were changed, will preserve these changes and will not be restored to the default view. ## Documentation -You can find the more detailed description of sample data manipulation procedures at [http://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli-sample-data.html](http://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli-sample-data.html) \ No newline at end of file +You can find the more detailed description of sample data manipulation procedures at [http://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli-sample-data.html](http://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli-sample-data.html)