From 390a5842ff05f75ba7f299c1c1f2ff617eb339e3 Mon Sep 17 00:00:00 2001 From: Alexa Peduzzi Date: Mon, 6 Jan 2025 08:30:36 -0500 Subject: [PATCH] Update import/export URL (#773) This updates the const `STUDIO_DOCS_URL_IMPORT_EXPORT` with the new documentation URL for the import/export feature: https://developer.wordpress.com/docs/developer-tools/studio/import-export --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 66e50284a..48e96e671 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -17,7 +17,7 @@ export const ABOUT_WINDOW_HEIGHT = 350; export const AI_GUIDELINES_URL = 'https://automattic.com/ai-guidelines/'; export const STUDIO_DOCS_URL = `https://developer.wordpress.com/docs/developer-tools/studio/`; export const STUDIO_DOCS_URL_IMPORT_EXPORT = - 'https://developer.wordpress.com/docs/developer-tools/studio/#import-export'; + 'https://developer.wordpress.com/docs/developer-tools/studio/import-export'; export const BUG_REPORT_URL = 'https://github.com/Automattic/studio/issues/new?assignees=&labels=Needs+triage%2C%5BType%5D+Bug&projects=&template=bug_report.yml'; export const FEATURE_REQUEST_URL =