Skip to content

Commit

Permalink
Update import/export URL (#773)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
alexapeduzzi authored Jan 6, 2025
1 parent 5d1b718 commit 390a584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 390a584

Please sign in to comment.