Skip to content

Commit 04f6a21

Browse files
committed
Remove extraneous external link attributes from files
1 parent b79a725 commit 04f6a21

File tree

678 files changed

+3237
-3237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

678 files changed

+3237
-3237
lines changed

_snippets/embed-license.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/// info | Feature availability
2-
Embed requires an embed license. For more information about when to use Embed, as well as costs and licensing processes, refer to [Embed](https://n8n.io/embed/){:target=_blank .external-link} on the n8n website.
2+
Embed requires an embed license. For more information about when to use Embed, as well as costs and licensing processes, refer to [Embed](https://n8n.io/embed/) on the n8n website.
33
///
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- **Cell Format**: Use this option to choose how to format the data in cells. Refer to [Google Sheets API | CellFormat](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/cells#CellFormat){:target=_blank .external-link} for more information.
1+
- **Cell Format**: Use this option to choose how to format the data in cells. Refer to [Google Sheets API | CellFormat](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/cells#CellFormat) for more information.
22
- **Let Google Sheets format** (default): n8n formats text and numbers in the cells according to Google Sheets' default settings.
33
- **Let n8n format**: New cells in your sheet will have the same data types as the input data provided by n8n.
44
- **Data Location on Sheet**: Use this option when you need to specify the data range on your sheet.
@@ -8,7 +8,7 @@
88
- **Insert in New Column(s)** (default): Adds new columns for any extra data.
99
- **Ignore Them**: Ignores extra data that don't match the existing columns.
1010
- **Error**: Throws an error and stops execution.
11-
- **Use Append**: Turn on this option to use the [Google API append endpoint](https://developers.google.com/sheets/api/guides/values#append_values){:target=_blank .external-link} for adding new data rows.
11+
- **Use Append**: Turn on this option to use the [Google API append endpoint](https://developers.google.com/sheets/api/guides/values#append_values) for adding new data rows.
1212
- By default, n8n appends empty rows or columns and then adds the new data. This approach can ensure data alignment but may be less efficient. Using the append endpoint can lead to better performance by minimizing the number of API calls and simplifying the process. But if the existing sheet data has inconsistencies such as gaps or breaks between rows and columns, n8n may add the new data in the wrong place, leading to misalignment issues.
1313
- Use this option when performance is a priority and the data structure in the sheet is consistent without gaps.
1414

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Refer to [LangChain's documentation on document loaders](https://js.langchain.com/docs/modules/data_connection/document_loaders/integrations/file_loaders/){:target=_blank .external-link} for more information about the service.
1+
Refer to [LangChain's documentation on document loaders](https://js.langchain.com/docs/modules/data_connection/document_loaders/integrations/file_loaders/) for more information about the service.

_snippets/integrations/builtin/cluster-nodes/langchain-root-nodes/langchaincode/builtin-methods.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
| `this.getInputData(inputIndex?, inputName?)` | Get data from the main input. |
77
| `this.getNode()` | Get the current node. |
88
| `this.getNodeOutputs()` | Get the outputs of the current node. |
9-
| `this.getExecutionCancelSignal()` | Use this to stop the execution of a function when the workflow stops. In most cases n8n handles this, but you may need to use it if building your own chains or agents. It replaces the [Cancelling a running LLMChain](https://js.langchain.com/docs/modules/chains/foundational/llm_chain#cancelling-a-running-llmchain){:target=_blank .external-link} code that you'd use if building a LangChain application normally. |
9+
| `this.getExecutionCancelSignal()` | Use this to stop the execution of a function when the workflow stops. In most cases n8n handles this, but you may need to use it if building your own chains or agents. It replaces the [Cancelling a running LLMChain](https://js.langchain.com/docs/modules/chains/foundational/llm_chain#cancelling-a-running-llmchain) code that you'd use if building a LangChain application normally. |
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22
1. **Generate from JSON Example**: Input an example JSON object to automatically generate the schema. The node uses the object property types and names. It ignores the actual values.
3-
2. **Define Below**: Manually input the JSON schema. Read the JSON Schema [guides and examples](https://json-schema.org/learn/miscellaneous-examples){:target=_blank .external-link} for help creating a valid JSON schema.
3+
2. **Define Below**: Manually input the JSON schema. Read the JSON Schema [guides and examples](https://json-schema.org/learn/miscellaneous-examples) for help creating a valid JSON schema.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Refer to [LangChain's documentation on tools](https://js.langchain.com/docs/modules/agents/tools/){:target=_blank .external-link} for more information about tools in LangChain.
1+
Refer to [LangChain's documentation on tools](https://js.langchain.com/docs/modules/agents/tools/) for more information about tools in LangChain.
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
To generate an app password:
22

3-
1. In your Google account, go to [App passwords](https://myaccount.google.com/apppasswords){:target=_blank .external-link}.
3+
1. In your Google account, go to [App passwords](https://myaccount.google.com/apppasswords).
44
2. Enter an **App name** for your new app password, like `n8n credential`.
55
3. Select **Create**.
66
4. Copy the generated app password. You'll use this in your n8n credential.
77

8-
Refer to Google's [Sign in with app passwords documentation](https://support.google.com/accounts/answer/185833?hl=en){:target=_blank .external-link} for more information.
8+
Refer to Google's [Sign in with app passwords documentation](https://support.google.com/accounts/answer/185833?hl=en) for more information.
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
To enable 2-step Verification:
22

3-
1. Log in to your [Google Account](https://myaccount.google.com/){:target=_blank .external-link}.
3+
1. Log in to your [Google Account](https://myaccount.google.com/).
44
2. Select **Security** from the left navigation.
55
3. Under **How you sign in to Google**, select **2-Step Verification**.
66
- If 2-Step Verification is already enabled, skip to the next section.
77
4. Select **Get started**.
88
5. Follow the on-screen steps to configure 2-Step Verification.
99

10-
Refer to [Turn on 2-step Verification](https://support.google.com/accounts/answer/185839){:target=_blank .external-link} for more information.
10+
Refer to [Turn on 2-step Verification](https://support.google.com/accounts/answer/185839) for more information.
1111

1212
If you can't turn on 2-step Verification, check with your email administrator.

_snippets/integrations/builtin/credentials/email/outlook-app-password.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ If you'd prefer to use an app password instead of your email account password:
22

33
1. Log into the [My Account](https://myaccount.microsoft.com/) page.
44
2. If you have a left navigation option for **Security Info**, jump to [Security Info app password](#security-info-app-password). If you don't have an option for **Security Info**, continue with these instructions.
5-
3. Go to the [Additional security verification page](https://account.activedirectory.windowsazure.com/Proofup.aspx){:target=_blank .external-link}.
5+
3. Go to the [Additional security verification page](https://account.activedirectory.windowsazure.com/Proofup.aspx).
66
4. Select **App passwords** and **Create**.
77
5. Enter a **Name** for your app password, like `n8n credential`.
88
6. Use the option to **copy password to clipboard** and enter this as the **Password** in n8n instead of your email account password.
99

10-
Refer to Outlook's [Manage app passwords for 2-step verification](https://support.microsoft.com/en-us/account-billing/manage-app-passwords-for-two-step-verification-d6dc8c6d-4bf7-4851-ad95-6d07799387e9){:target=_blank .external-link} page for more information.
10+
Refer to Outlook's [Manage app passwords for 2-step verification](https://support.microsoft.com/en-us/account-billing/manage-app-passwords-for-two-step-verification-d6dc8c6d-4bf7-4851-ad95-6d07799387e9) page for more information.
1111

1212
### Security Info app password
1313

@@ -19,4 +19,4 @@ If you have a left navigation option for **Security Info**:
1919
4. Enter a **Name** for your app password, like `n8n credential`.
2020
5. Copy the **Password** and enter this as the **Password** in n8n instead of your email account password.
2121

22-
Refer to Outlook's [Create app passwords from the Security info (preview)](https://support.microsoft.com/en-us/account-billing/create-app-passwords-from-the-security-info-preview-page-d8bc744a-ce3f-4d4d-89c9-eb38ab9d4137){:target=_blank .external-link} page for more information.
22+
Refer to Outlook's [Create app passwords from the Security info (preview)](https://support.microsoft.com/en-us/account-billing/create-app-passwords-from-the-security-info-preview-page-d8bc744a-ce3f-4d4d-89c9-eb38ab9d4137) page for more information.

_snippets/integrations/builtin/credentials/email/yahoo-app-password.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
3. Select **Generate password**.
66
4. Copy the generated app password. You'll use this in your n8n credential.
77

8-
Refer to Yahoo's [Generate and manage 3rd-party app passwords](https://help.yahoo.com/kb/generate-manage-third-party-passwords-sln15241.html){:target=_blank .external-link} for more information.
8+
Refer to Yahoo's [Generate and manage 3rd-party app passwords](https://help.yahoo.com/kb/generate-manage-third-party-passwords-sln15241.html) for more information.

_snippets/integrations/builtin/credentials/generic-auth/header-auth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To configure this credential, enter:
77
- The header **Name** you need to pass to the app or service your HTTP request is targeting
88
- The **Value** for the header
99

10-
Read more about [HTTP headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers#authentication){:target=_blank .external-link}.
10+
Read more about [HTTP headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers#authentication).
1111

1212
/// note | Credential data can vary
1313
The credential data required for header auth credentials depends on the type used. For example, if you need to provide an `Authorization: Bearer <token>` header, the credential data `Name` will be `Authorization` and the `Value` will be `Bearer <token>`.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
For Google Cloud apps with **Publishing status** set to **Testing** and **User type** set to **External**, consent and tokens expire after seven days. Refer to [Google Cloud Platform Console Help | Setting up your OAuth consent screen](https://support.google.com/cloud/answer/10311615?hl=en#zippy=%2Ctesting){:target=_blank .external-link} for more information. To resolve this, reconnect the app in the n8n credentials modal.
1+
For Google Cloud apps with **Publishing status** set to **Testing** and **User type** set to **External**, consent and tokens expire after seven days. Refer to [Google Cloud Platform Console Help | Setting up your OAuth consent screen](https://support.google.com/cloud/answer/10311615?hl=en#zippy=%2Ctesting) for more information. To resolve this, reconnect the app in the n8n credentials modal.

_snippets/integrations/builtin/credentials/google/create-google-cloud-project.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
1. Log in to your [Google Cloud Console](https://console.cloud.google.com){:target=_blank .external-link} using your Google credentials.
2-
2. In the top menu, select the project dropdown in the top navigation and select **New project** or go directly to the [New Project](https://console.cloud.google.com/projectcreate){:target=_blank .external-link} page.
1+
1. Log in to your [Google Cloud Console](https://console.cloud.google.com) using your Google credentials.
2+
2. In the top menu, select the project dropdown in the top navigation and select **New project** or go directly to the [New Project](https://console.cloud.google.com/projectcreate) page.
33
3. Enter a **Project name** and select the **Location** for your project.
44
4. Select **Create**.
55
5. Check the top navigation and make sure the project dropdown has your project selected. If not, select the project you just created.

_snippets/integrations/builtin/credentials/google/enable-apis.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
1. Access your [Google Cloud Console - Library](https://console.cloud.google.com/apis/library){:target=_blank .external-link}. Make sure you're in the correct project.
1+
1. Access your [Google Cloud Console - Library](https://console.cloud.google.com/apis/library). Make sure you're in the correct project.
22
<figure markdown="span">
33
![The project dropdown in the Google Cloud top navigation](/_images/integrations/builtin/credentials/google/google-cloud-project-dropdown.png)
44
<figcaption>Check the project dropdown in the Google Cloud top navigation</figcaption>
55
</figure>
66
1. Go to **APIs & Services > Library**.
77
1. Search for and select the API(s) you want to enable. For example, for the Gmail node, search for and enable the Gmail API.
88
1. Some integrations require other APIs or require you to request access:
9-
* Google Perspective: [Request API Access](https://developers.perspectiveapi.com/s/docs-get-started){:target=_blank .external-link}.
10-
* Google Ads: Get a [Developer Token](https://developers.google.com/google-ads/api/docs/first-call/dev-token){:target=_blank .external-link}.
9+
* Google Perspective: [Request API Access](https://developers.perspectiveapi.com/s/docs-get-started).
10+
* Google Ads: Get a [Developer Token](https://developers.google.com/google-ads/api/docs/first-call/dev-token).
1111

1212
/// note | Google Drive API required
1313
The following integrations require the Google Drive API, as well as their own API:
@@ -18,7 +18,7 @@
1818
///
1919

2020
/// note | Google Vertex AI API
21-
In addition to the Vertex AI API you will also need to enable the [Cloud Resource Manager API](https://console.cloud.google.com/apis/api/cloudresourcemanager.googleapis.com/){:target=_blank .external-link}.
21+
In addition to the Vertex AI API you will also need to enable the [Cloud Resource Manager API](https://console.cloud.google.com/apis/api/cloudresourcemanager.googleapis.com/).
2222

2323
///
2424

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
If using the OAuth authentication method, you might see the warning **Google hasn't verified this app**. To avoid this, you can create OAuth credentials from the same account you want to authenticate.
22

3-
If you need to use credentials generated by another account (by a developer or another third party), follow the instructions in [Google Cloud documentation | Authorization errors: Google hasn't verified this app](https://developers.google.com/nest/device-access/reference/errors/authorization#google_hasnt_verified_this_app){:target=_blank .external-link}.
3+
If you need to use credentials generated by another account (by a developer or another third party), follow the instructions in [Google Cloud documentation | Authorization errors: Google hasn't verified this app](https://developers.google.com/nest/device-access/reference/errors/authorization#google_hasnt_verified_this_app).

_snippets/integrations/builtin/credentials/slack/token-rotation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Slack offers **token rotation** that you can turn on for bot and user tokens. This makes every tokens expire after 12 hours. While this may be useful for testing, n8n credentials using tokens with this enabled will fail after expiry. If you want to use your Slack credentials in production, this feature must be **off**.
22

3-
To check if your Slack app has token rotation turned on, refer to the [Slack API Documentation | Token Rotation](https://api.slack.com/authentication/rotation){:target=_blank .external-link}.
3+
To check if your Slack app has token rotation turned on, refer to the [Slack API Documentation | Token Rotation](https://api.slack.com/authentication/rotation).
44

55
/// note | If your app uses token rotation
66
Please note, if your Slack app uses token rotation, you can't turn it off again. You need to create a new Slack app with token rotation disabled instead.

_snippets/integrations/builtin/poll-modes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Enter a custom **Cron Expression** to trigger the poll. Use these values and ran
3535
* Months: `0` - `11` (Jan - Dec)
3636
* Day of Week: `0` - `6` (Sun - Sat)
3737

38-
To generate a Cron expression, you can use [crontab guru](https://crontab.guru){:target=_blank .external-link}. Paste the Cron expression that you generated using crontab guru in the **Cron Expression** field in n8n.
38+
To generate a Cron expression, you can use [crontab guru](https://crontab.guru). Paste the Cron expression that you generated using crontab guru in the **Cron Expression** field in n8n.
3939

4040
#### Examples
4141

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
* [git](https://git-scm.com/downloads)
2-
* Node.js and npm. Minimum version Node 18.17.0. You can find instructions on how to install both using nvm (Node Version Manager) for Linux, Mac, and WSL [here](https://github.com/nvm-sh/nvm){:target=_blank class=.external-link}. For Windows users, refer to Microsoft's guide to [Install NodeJS on Windows](https://docs.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows){:target=_blank class=.external-link}.
2+
* Node.js and npm. Minimum version Node 18.17.0. You can find instructions on how to install both using nvm (Node Version Manager) for Linux, Mac, and WSL [here](https://github.com/nvm-sh/nvm). For Windows users, refer to Microsoft's guide to [Install NodeJS on Windows](https://docs.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows).
33

0 commit comments

Comments
 (0)