Skip to content

Commit 943da5f

Browse files
committed
Fix docs links and formatting
1 parent 8e8aa29 commit 943da5f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Installing sample data is optional.
55
Technically, sample data is a set of regular Magento modules, which can be deployed and installed together with the Magento instance, or later in the scope of upgrade.
66

77
## Deploy Sample Data
8+
89
You can deploy sample data from one of the following sources:
910

1011
* From the Magento composer repository, optionally using Magento CLI
@@ -49,9 +50,11 @@ To deploy sample data from the GitHub repository:
4950
2. Link the sample data and your Magento instance by running: `# php -f <sample-data_clone_dir>/dev/tools/build-sample-data.php -- --ce-source="<path_to_your_magento_instance>"`
5051

5152
## Install Sample Data
53+
5254
Once the sample data is deployed, it will be installed automatically when you install or upgrade your Magento instance by using the command line.
5355

5456
## Uninstall Sample Data
57+
5558
To remove the sample data modules from the code base, run one of the following commands from the Magento root directory:
5659

5760
* If sample data was deployed from the composer repository, run: `# bin/magento sampledata:remove`
@@ -61,6 +64,7 @@ To remove the sample data modules from the code base, run one of the following c
6164
To delete all the products and other entities provided by the sample data modules, delete the database and reinstall Magento with a clean database.
6265

6366
## Reinstall Sample Data
67+
6468
If you have deleted certain entities provided by sample data and want to restore them, take the following steps:
6569

6670
1. From the Magento root directory, run the following command: `# bin/magento sampledata:reset`
@@ -69,4 +73,5 @@ If you have deleted certain entities provided by sample data and want to restore
6973
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.
7074

7175
## Documentation
72-
You can find the more detailed description of sample data manipulation procedures at [http://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-sample-data.html](http://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-sample-data.html)
76+
77+
You can find the more detailed description of sample data manipulation procedures at [Sample data overview](https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/next-steps/sample-data/overview.html).

0 commit comments

Comments
 (0)