Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/components/newtab/logs/LogsHistory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{{ errorBlock.message }}
<a
v-if="errorBlock.messageId"
:href="`https://docs.automa.site/reference/workflow-common-errors.html#${errorBlock.messageId}`"
:href="`https://docs.extension.automa.site/reference/workflow-common-errors.html#${errorBlock.messageId}`"
target="_blank"
title="About the error"
@click.stop
Expand Down Expand Up @@ -134,7 +134,7 @@
{{ item.message }}
<a
v-if="item.messageId"
:href="`https://docs.automa.site/reference/workflow-common-errors.html#${item.messageId}`"
:href="`https://docs.extension.automa.site/reference/workflow-common-errors.html#${item.messageId}`"
target="_blank"
title="About the error"
@click.stop
Expand Down
2 changes: 1 addition & 1 deletion src/components/newtab/workflow/WorkflowBlockList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class="invisible absolute right-2 top-2 flex items-center text-gray-600 group-hover:visible dark:text-gray-300"
>
<a
:href="`https://docs.automa.site/blocks/${block.id}.html`"
:href="`https://docs.extension.automa.site/blocks/${block.id}.html`"
:title="t('common.docs')"
target="_blank"
rel="noopener"
Expand Down
2 changes: 1 addition & 1 deletion src/components/newtab/workflow/WorkflowEditBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="grow"></div>
<a
:title="t('common.docs')"
:href="`https://docs.automa.site/blocks/${data.id}.html`"
:href="`https://docs.extension.automa.site/blocks/${data.id}.html`"
rel="noopener"
target="_blank"
class="text-gray-600 dark:text-gray-200"
Expand Down
2 changes: 1 addition & 1 deletion src/components/newtab/workflow/edit/EditCreateElement.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<a
v-for="func in availableFuncs"
:key="func.id"
:href="`https://docs.automa.site/blocks/javascript-code.html#${func.id}`"
:href="`https://docs.extension.automa.site/blocks/javascript-code.html#${func.id}`"
target="_blank"
rel="noopener"
class="bg-box-transparent inline-block rounded-md p-1 text-sm"
Expand Down
2 changes: 1 addition & 1 deletion src/components/newtab/workflow/edit/EditGoogleDrive.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<p>
You haven't
<a
href="https://docs.automa.site/integrations/google-drive.html"
href="https://docs.extension.automa.site/integrations/google-drive.html"
target="_blank"
class="underline"
>connected Automa to Google Drive</a
Expand Down
6 changes: 3 additions & 3 deletions src/components/newtab/workflow/edit/EditGoogleSheets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<template #label>
{{ t('workflow.blocks.google-sheets.spreadsheetId.label') }}*
<a
href="https://docs.automa.site/blocks/google-sheets.html#spreadsheet-id"
href="https://docs.extension.automa.site/blocks/google-sheets.html#spreadsheet-id"
target="_blank"
rel="noopener"
:title="t('workflow.blocks.google-sheets.spreadsheetId.link')"
Expand All @@ -43,7 +43,7 @@
</edit-autocomplete>
<a
v-if="!state.havePermission"
href="https://docs.automa.site/blocks/google-sheets.html#access-to-spreadsheet"
href="https://docs.extension.automa.site/blocks/google-sheets.html#access-to-spreadsheet"
target="_blank"
rel="noopener"
class="ml-1 inline-block text-sm leading-tight"
Expand All @@ -61,7 +61,7 @@
<template #label>
{{ t('workflow.blocks.google-sheets.range.label') }}*
<a
href="https://docs.automa.site/blocks/google-sheets.html#range"
href="https://docs.extension.automa.site/blocks/google-sheets.html#range"
target="_blank"
rel="noopener"
:title="t('workflow.blocks.google-sheets.range.link')"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p>
You haven't
<a
href="https://docs.automa.site/integrations/google-drive.html"
href="https://docs.extension.automa.site/integrations/google-drive.html"
target="_blank"
class="underline"
>connected Automa to Google Drive</a
Expand Down
2 changes: 1 addition & 1 deletion src/components/newtab/workflow/edit/EditInsertData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ function changeItemType(index, type) {
}
function setAsFile(item) {
if (!hasFileAccess.value) {
window.open('https://docs.automa.site/blocks/insert-data.html#import-file');
window.open('https://docs.extension.automa.site/blocks/insert-data.html#import-file');
return;
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/newtab/workflow/edit/EditJavascriptCode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<a
v-for="func in availableFuncs"
:key="func.id"
:href="`https://docs.automa.site/blocks/javascript-code.html#${func.id}`"
:href="`https://docs.extension.automa.site/blocks/javascript-code.html#${func.id}`"
target="_blank"
rel="noopener"
class="inline-block"
Expand Down
2 changes: 1 addition & 1 deletion src/components/newtab/workflow/edit/EditUploadFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</div>
</div>
<a
href="https://docs.automa.site/blocks/upload-file.html#requirements"
href="https://docs.extension.automa.site/blocks/upload-file.html#requirements"
target="_blank"
rel="noopener"
class="mt-2 inline-block leading-tight text-primary"
Expand Down
2 changes: 1 addition & 1 deletion src/components/newtab/workflow/edit/EditWebhook.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
/>
<div class="mt-3">
<a
href="https://docs.automa.site/workflow/expressions.html"
href="https://docs.extension.automa.site/workflow/expressions.html"
rel="noopener"
class="border-b text-primary"
target="_blank"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</p>
<a
:title="t('common.docs')"
href="https://docs.automa.site/workflow/sharing-workflow.html#host-workflow"
href="https://docs.extension.automa.site/workflow/sharing-workflow.html#host-workflow"
target="_blank"
class="ml-1"
>
Expand Down
4 changes: 2 additions & 2 deletions src/components/newtab/workflow/settings/SettingsGeneral.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</p>
</div>
<a
href="https://docs.automa.site/workflow/settings.html#workflow-execution"
href="https://docs.extension.automa.site/workflow/settings.html#workflow-execution"
class="mr-2"
target="_blank"
>
Expand Down Expand Up @@ -132,7 +132,7 @@
</p>
</div>
<a
href="https://docs.automa.site/blocks/trigger.html#trigger-using-js-customevent"
href="https://docs.extension.automa.site/blocks/trigger.html#trigger-using-js-customevent"
target="_blank"
rel="noopener"
class="mr-2 text-gray-600 dark:text-gray-200"
Expand Down
2 changes: 1 addition & 1 deletion src/newtab/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<p>
Export your Automa workflows as a standalone extension using
<a
href="https://docs.automa.site/extension-builder/"
href="https://docs.extension.automa.site/extension-builder/"
target="_blank"
class="underline"
>Automa Chrome Extension Builder</a
Expand Down
2 changes: 1 addition & 1 deletion src/newtab/pages/Storage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{ t('common.storage') }}
</h1>
<a
href="https://docs.automa.site/reference/storage.html"
href="https://docs.extension.automa.site/reference/storage.html"
title="Docs"
class="ml-2 text-gray-600 dark:text-gray-200"
target="_blank"
Expand Down
4 changes: 2 additions & 2 deletions src/newtab/pages/workflows/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ const workflowModals = {
width: 'max-w-2xl',
component: WorkflowDataTable,
title: t('workflow.table.title'),
docs: 'https://docs.automa.site/workflow/table.html',
docs: 'https://docs.extension.automa.site/workflow/table.html',
events: {
/* eslint-disable-next-line */
connect: fetchConnectedTable,
Expand Down Expand Up @@ -515,7 +515,7 @@ const workflowModals = {
icon: 'riDatabase2Line',
component: WorkflowGlobalData,
title: t('common.globalData'),
docs: 'https://docs.automa.site/workflow/global-data.html',
docs: 'https://docs.extension.automa.site/workflow/global-data.html',
},
settings: {
width: 'max-w-2xl',
Expand Down
2 changes: 1 addition & 1 deletion src/newtab/pages/workflows/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
<p class="mt-4">
Learn more about recording in
<a
href="https://docs.automa.site/guide/quick-start.html#recording-actions"
href="https://docs.extension.automa.site/guide/quick-start.html#recording-actions"
target="_blank"
>the documentation</a
>
Expand Down
4 changes: 2 additions & 2 deletions src/popup/pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
If the workflow runs for less than 5 minutes, set it to run in the
background in the
<a
href="https://docs.automa.site/workflow/settings.html#workflow-execution"
href="https://docs.extension.automa.site/workflow/settings.html#workflow-execution"
class="font-semibold underline"
target="_blank"
>
Expand Down Expand Up @@ -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'
);
}
Expand Down
4 changes: 2 additions & 2 deletions src/utils/codeEditorAutocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const automaFuncsSnippets = {
<code>automaNextBlock(<i>data</i>, <i>insert?</i>)</code>
<p class="mt-2">
Execute the next block
<a href="https://docs.automa.site/blocks/javascript-code.html#automanextblock-data" target="_blank" class="underline">
<a href="https://docs.extension.automa.site/blocks/javascript-code.html#automanextblock-data" target="_blank" class="underline">
Read more
</a>
</p>
Expand Down Expand Up @@ -137,7 +137,7 @@ export const automaFuncsSnippets = {
<code>automaRefData(<i>keyword</i>, <i>path</i>)</code>
<p class="mt-2">
Use this function to
<a href="https://docs.automa.site/workflow/expressions.html" target="_blank" class="underline">
<a href="https://docs.extension.automa.site/workflow/expressions.html" target="_blank" class="underline">
reference data
</a>
</p>
Expand Down