From d529bb957d8f371d1a14baa0c1851cc0d2c50fcd Mon Sep 17 00:00:00 2001 From: Seth Miller Date: Mon, 15 Apr 2024 00:57:16 -0400 Subject: [PATCH] Updated link to native WordPress importer (#1243) ## What is this PR doing? Link went to `wp-admin` - just pointing it the Importer page ## What problem is it solving? Makes docs more seamless (test it out!) --- packages/docs/site/docs/02-start-using/01-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/site/docs/02-start-using/01-index.md b/packages/docs/site/docs/02-start-using/01-index.md index 54d0ff4d31..c830d39f8c 100644 --- a/packages/docs/site/docs/02-start-using/01-index.md +++ b/packages/docs/site/docs/02-start-using/01-index.md @@ -103,7 +103,7 @@ You can specify major versions like `wp=6.2` or `php=8.1` and expect the most re ## Import a WXR file -You can import a WordPress export file by uploading a WXR file in [/wp-admin/](https://playground.wordpress.net/wp-admin/). +You can import a WordPress export file by uploading a WXR file in [/wp-admin/](https://playground.wordpress.net/?url=/wp-admin/import.php). You can also use [JSON Blueprints](../09-blueprints-api/01-index.md). See [getting started with Blueprints](../09-blueprints-api/01-index.md) to learn more.