From d049aa9494c597792e45ea068cbecf9fe94a5231 Mon Sep 17 00:00:00 2001 From: Brian Taylor <45057772+Brianmitchtay@users.noreply.github.com> Date: Sat, 13 Apr 2024 07:35:14 +0700 Subject: [PATCH] Update woocommerce-product-to-wordpress.md Fixing broken markdown link --- guides/woocommerce-product-to-wordpress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/woocommerce-product-to-wordpress.md b/guides/woocommerce-product-to-wordpress.md index 172e72b..9cbbddc 100644 --- a/guides/woocommerce-product-to-wordpress.md +++ b/guides/woocommerce-product-to-wordpress.md @@ -11,7 +11,7 @@ Clicking the 'Generate CSV' will create and download a CSV file containing your ![](https://raw.githubusercontent.com/WordPress/move-to-wp/HEAD/assets/woo-csv-export.webp) -**NOTE:** It is *also* possible to manually create a CSV file, or edit a CSV export from *another* platform to make it fit the data schema WooCommerce expects. You can [download a sample of Product data in the schema](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce/sample-data, or find out more in the documentation about the [Product Data CSV Schema](https://github.com/woocommerce/woocommerce/wiki/Product-CSV-Import-Schema#csv-columns-and-formatting). +**NOTE:** It is *also* possible to manually create a CSV file, or edit a CSV export from *another* platform to make it fit the data schema WooCommerce expects. You can [download a sample of Product data in the schema](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce/sample-data), or find out more in the documentation about the [Product Data CSV Schema](https://github.com/woocommerce/woocommerce/wiki/Product-CSV-Import-Schema#csv-columns-and-formatting). ## Step 2: Install WooCommerce on your new site