From 81dd300330db41c8fdfc108b5147ddecb59b594b Mon Sep 17 00:00:00 2001 From: Ayaka Date: Thu, 29 May 2025 09:11:18 +0800 Subject: [PATCH] chore: new docs url --- README.md | 2 +- src/components/newtab/logs/LogsHistory.vue | 4 ++-- src/components/newtab/workflow/WorkflowBlockList.vue | 2 +- src/components/newtab/workflow/WorkflowEditBlock.vue | 2 +- src/components/newtab/workflow/edit/EditCreateElement.vue | 2 +- src/components/newtab/workflow/edit/EditGoogleDrive.vue | 2 +- src/components/newtab/workflow/edit/EditGoogleSheets.vue | 6 +++--- .../newtab/workflow/edit/EditGoogleSheetsDrive.vue | 2 +- src/components/newtab/workflow/edit/EditInsertData.vue | 2 +- src/components/newtab/workflow/edit/EditJavascriptCode.vue | 2 +- src/components/newtab/workflow/edit/EditUploadFile.vue | 2 +- src/components/newtab/workflow/edit/EditWebhook.vue | 2 +- .../newtab/workflow/editor/EditorLocalActions.vue | 2 +- src/components/newtab/workflow/settings/SettingsGeneral.vue | 4 ++-- src/newtab/App.vue | 2 +- src/newtab/pages/Storage.vue | 2 +- src/newtab/pages/workflows/[id].vue | 4 ++-- src/newtab/pages/workflows/index.vue | 2 +- src/popup/pages/Home.vue | 4 ++-- src/utils/codeEditorAutocomplete.js | 4 ++-- 20 files changed, 27 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index a5363d6d0..be5b3d9c7 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Auto-fill forms, do a repetitive task, take a screenshot, or scrape website data Browse the Automa marketplace where you can share and download workflows with others. [Go to the marketplace »](https://www.automa.site/marketplace) ## Automa Chrome Extension Builder -Automa Chrome Extension Builder (Automa CEB for short) allows you to generate a standalone chrome extension based on Automa workflows. [Go to the documentation »](https://docs.automa.site/extension-builder) +Automa Chrome Extension Builder (Automa CEB for short) allows you to generate a standalone chrome extension based on Automa workflows. [Go to the documentation »](https://docs.extension.automa.site/extension-builder) ## Project setup diff --git a/src/components/newtab/logs/LogsHistory.vue b/src/components/newtab/logs/LogsHistory.vue index 0ad4944c0..2645f1b58 100644 --- a/src/components/newtab/logs/LogsHistory.vue +++ b/src/components/newtab/logs/LogsHistory.vue @@ -17,7 +17,7 @@ {{ errorBlock.message }} You haven't connected Automa to Google Drive {{ t('workflow.blocks.google-sheets.spreadsheetId.label') }}* {{ t('workflow.blocks.google-sheets.range.label') }}* You haven't connected Automa to Google Drive
diff --git a/src/components/newtab/workflow/settings/SettingsGeneral.vue b/src/components/newtab/workflow/settings/SettingsGeneral.vue index 921e119c1..91141da7c 100644 --- a/src/components/newtab/workflow/settings/SettingsGeneral.vue +++ b/src/components/newtab/workflow/settings/SettingsGeneral.vue @@ -41,7 +41,7 @@

@@ -132,7 +132,7 @@

Export your Automa workflows as a standalone extension using Automa Chrome Extension Builder Learn more about recording in the documentation diff --git a/src/popup/pages/Home.vue b/src/popup/pages/Home.vue index ac857d3d1..827604ccb 100644 --- a/src/popup/pages/Home.vue +++ b/src/popup/pages/Home.vue @@ -164,7 +164,7 @@ If the workflow runs for less than 5 minutes, set it to run in the background in the @@ -289,7 +289,7 @@ const showTab = computed( function openDocs() { window.open( - 'https://docs.automa.site/guide/quick-start.html#recording-actions', + 'https://docs.extension.automa.site/guide/quick-start.html#recording-actions', '_blank' ); } diff --git a/src/utils/codeEditorAutocomplete.js b/src/utils/codeEditorAutocomplete.js index c7f0dc829..d9cc3fec0 100644 --- a/src/utils/codeEditorAutocomplete.js +++ b/src/utils/codeEditorAutocomplete.js @@ -86,7 +86,7 @@ export const automaFuncsSnippets = { automaNextBlock(data, insert?)

Execute the next block - + Read more

@@ -137,7 +137,7 @@ export const automaFuncsSnippets = { automaRefData(keyword, path)

Use this function to - + reference data