Skip to content

Commit 5844a89

Browse files
authored
Doc 1367 broken links (n8n-io#2883)
1 parent e47beb5 commit 5844a89

22 files changed

+43
-36
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ If you have problems or questions, head to n8n's forum: https://community.n8n.io
6666

6767
## License
6868

69-
n8n-docs is [fair-code](http://faircode.io) licensed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/LICENSE.md).
69+
n8n-docs is [fair-code](https://faircode.io/) licensed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/LICENSE.md).
7070

7171
More information about the license is available in the [License documentation](https://docs.n8n.io/reference/license/).
7272

docs/1-0-migration-checklist.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Workflow executions may fail due to syntax or runtime errors in expressions, suc
7979

8080
### Mandatory owner account
8181

82-
This change makes [User Management](/user-management/index.md) mandatory and removes support for other authentication methods, such as BasicAuth and External JWT. Note that the number of permitted users on [n8n.cloud](http://n8n.cloud/){:target=_blank .external link} or custom plans still varies depending on your subscription.
82+
This change makes [User Management](/user-management/index.md) mandatory and removes support for other authentication methods, such as BasicAuth and External JWT. Note that the number of permitted users on [n8n.cloud](https://n8n.cloud/){:target=_blank .external link} or custom plans still varies depending on your subscription.
8383

8484
[PR #6362](https://github.com/n8n-io/n8n/pull/6362){:target=_blank .external link}
8585

docs/advanced-ai/langchain/langchain-learning-resources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: External resources to learn more about LangChain and AI.
88

99
You don't need to know details about LangChain to use n8n, but it can be helpful to learn a few concepts. This pages lists some learning resources that people at n8n have found helpful.
1010

11-
The [LangChain documentation](https://docs.langchain.com/docs/){:target=_blank .external-link} includes introductions to key concepts and possible use cases. Choose the [LangChain | Python](https://python.langchain.com/docs/get_started/introduction){:target=_blank .external-link} or [LangChain | JavaScript](https://js.langchain.com/docs/get_started/introduction/){:target=_blank .external-link} documentation for quickstarts, code examples, and API documentation. LangChain also provide [code templates](https://github.com/langchain-ai/langchain/tree/master/templates){:target=_blank .external-link} (Python only), offering ideas for potential use cases and common patterns.
11+
The [LangChain documentation](https://docs.langchain.com/docs/){:target=_blank .external-link} includes introductions to key concepts and possible use cases. Choose the [LangChain | Python](https://python.langchain.com/docs/get_started/introduction){:target=_blank .external-link} or [LangChain | JavaScript](https://js.langchain.com/docs/get_started/introduction/){:target=_blank .external-link} documentation for quickstarts, code examples, and API documentation. LangChain also provide [code templates](https://github.com/langchain-ai/langchain/tree/master/cookbook){:target=_blank .external-link} (Python only), offering ideas for potential use cases and common patterns.
1212

1313
[What Product People Need To Know About LangChain](https://www.commandbar.com/blog/langchain-guide){:target=_blank .external-link} provides a list of terminology and concepts, explained with helpful metaphors. Aimed at a wide audience.
1414

docs/choose-n8n.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are different ways to set up n8n depending on how you intend to use it:
2424

2525
## Licenses
2626

27-
n8n's [Sustainable Use License](https://github.com/n8n-io/n8n/blob/master/LICENSE.md){:target=\_blank .external-link} and [n8n Enterprise License](https://github.com/n8n-io/n8n/blob/master/LICENSE_EE.md){:target=\_blank .external-link} are based on the [fair-code](http://faircode.io) model.
27+
n8n's [Sustainable Use License](https://github.com/n8n-io/n8n/blob/master/LICENSE.md){:target=\_blank .external-link} and [n8n Enterprise License](https://github.com/n8n-io/n8n/blob/master/LICENSE_EE.md){:target=\_blank .external-link} are based on the [fair-code](https://faircode.io/) model.
2828

2929
For a detailed explanation of the license, refer to [Sustainable Use License](/sustainable-use-license.md).
3030

docs/hosting/installation/server-setups/digital-ocean.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ contentType: tutorial
77

88
This hosting guide shows you how to self-host n8n on a DigitalOcean droplet. It uses:
99

10-
* [Caddy](http://caddyserver.com){:target="_blank" .external-link} (a reverse proxy) to allow access to the Droplet from the internet. Caddy will also automatically create and manage SSL / TLS certificates for your n8n instance.
10+
* [Caddy](https://caddyserver.com){:target="_blank" .external-link} (a reverse proxy) to allow access to the Droplet from the internet. Caddy will also automatically create and manage SSL / TLS certificates for your n8n instance.
1111
* [Docker Compose](https://docs.docker.com/compose/){:target="_blank" .external-link} to create and define the application components and how they work together.
1212

1313
--8<-- "_snippets/self-hosting/warning.md"

docs/hosting/installation/server-setups/hetzner.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ contentType: tutorial
77

88
This hosting guide shows you how to self-host n8n on a Hetzner cloud server. It uses:
99

10-
* [Caddy](http://caddyserver.com){:target="_blank" .external-link} (a reverse proxy) to allow access to the Server from the internet.
10+
* [Caddy](https://caddyserver.com){:target="_blank" .external-link} (a reverse proxy) to allow access to the Server from the internet.
1111
* [Docker Compose](https://docs.docker.com/compose/){:target="_blank" .external-link} to create and define the application components and how they work together.
1212

1313
--8<-- "_snippets/self-hosting/warning.md"

docs/hosting/logging-monitoring/logging.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ During development, adding log messages is a good practice. It assists in debugg
5959

6060
n8n uses the `LoggerProxy` class, located in the `workflow` package. Calling the `LoggerProxy.init()` by passing in an instance of `Logger`, initializes the class before the usage.
6161

62-
The initialization process happens only once. The [`start.ts`](https://github.com/n8n-io/n8n/blob/master/packages/cli/commands/start.ts) file already does this process for you. If you are creating a new command from scratch, you need to initialize the `LoggerProxy` class.
62+
The initialization process happens only once. The [`start.ts`](https://github.com/n8n-io/n8n/blob/master/packages/cli/src/commands/start.ts) file already does this process for you. If you are creating a new command from scratch, you need to initialize the `LoggerProxy` class.
6363

6464
Once the `Logger` implementation gets created in the `cli` package, it can be obtained by calling the `getInstance` convenience method from the exported module.
6565

66-
Check the [start.ts](https://github.com/n8n-io/n8n/blob/master/packages/cli/commands/start.ts) file to learn more about how this process works.
66+
Check the [start.ts](https://github.com/n8n-io/n8n/blob/master/packages/cli/src/commands/start.ts) file to learn more about how this process works.
6767

6868
### Adding logs
6969

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hide:
1010
# Welcome to n8n Docs
1111

1212

13-
This is the documentation for [n8n](https://n8n.io/){:target=_blank .external-link}, a [fair-code](http://faircode.io){:target=_blank .external-link} licensed workflow automation tool that combines AI capabilities with business process automation.
13+
This is the documentation for [n8n](https://n8n.io/){:target=_blank .external-link}, a [fair-code](https://faircode.io){:target=_blank .external-link} licensed workflow automation tool that combines AI capabilities with business process automation.
1414

1515
It covers everything from setup to usage and development. It's a work in progress and all [contributions](/help-community/contributing.md) are welcome.
1616

docs/integrations/builtin/app-nodes/n8n-nodes-base.thehive.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ n8n provides a trigger node for TheHive. You can find the trigger node docs [her
4141

4242
Refer to TheHive's documentation for more information about the service:
4343

44-
* [Version 3](http://docs.thehive-project.org/thehive/legacy/thehive3/api/){:target=_blank .external-link}
45-
* [Version 4](http://docs.thehive-project.org/cortex/api/api-guide/){:target=_blank .external-link}
44+
* [Version 3](https://docs.thehive-project.org/thehive/legacy/thehive3/api/){:target=_blank .external-link}
45+
* [Version 4](https://docs.thehive-project.org/cortex/api/api-guide/){:target=_blank .external-link}

docs/integrations/builtin/credentials/airtable.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Create an [Airtable](https://airtable.com/){:target=_blank .external-link} accou
2323
- OAuth2
2424

2525
/// note | API Key deprecation
26-
n8n used to offer an API key authentication method with Airtable. Airtable [fully deprecated these keys](https://support.airtable.com/docs/airtable-api-key-deprecation-notice){:target=_blank .external-link} as of February 2024. If you were using an Airtable API credential, replace it with an Airtable Personal Access Token or Airtable OAuth2 credential. n8n recommends using Personal Access Token instead.
26+
n8n used to offer an API key authentication method with Airtable. Airtable [fully deprecated these keys](https://support.airtable.com/v1/docs/airtable-api-deprecation-guidelines){:target=_blank .external-link} as of February 2024. If you were using an Airtable API credential, replace it with an Airtable Personal Access Token or Airtable OAuth2 credential. n8n recommends using Personal Access Token instead.
2727
///
2828

2929
## Related resources
@@ -49,7 +49,7 @@ To create your PAT:
4949
1. Select **Create token**.
5050
1. Airtable opens a modal with your token displayed. Copy this token and enter it in your n8n credential as the **Access Token**.
5151

52-
Refer to Airtable's [Find/create PATs documentation](https://support.airtable.com/docs/creating-personal-access-tokens#understanding-the-basics-of-personal-access-tokens){:target=_blank .external-link} for more information.
52+
Refer to Airtable's [Find/create PATs documentation](https://support.airtable.com/v1/docs/creating-personal-access-tokens){:target=_blank .external-link} for more information.
5353

5454
## Using OAuth2
5555

docs/integrations/builtin/credentials/amqp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Install an AMQP 1.0-compatible message broker like [ActiveMQ](https://activemq.a
2323

2424
## Related resources
2525

26-
Advanced Message Queuing Protocol (AMQP) is an open standard application layer protocol for message-oriented middleware. The defining features of AMQP are message orientation, queuing, routing, reliability and security. Refer to the [OASIS AMQP Version 1.0 Standard](http://docs.oasis-open.org/amqp/core/v1.0/amqp-core-overview-v1.0.html){:target=_blank .external-link} for more information.
26+
Advanced Message Queuing Protocol (AMQP) is an open standard application layer protocol for message-oriented middleware. The defining features of AMQP are message orientation, queuing, routing, reliability and security. Refer to the [OASIS AMQP Version 1.0 Standard](https://docs.oasis-open.org/amqp/core/v1.0/amqp-core-overview-v1.0.html){:target=_blank .external-link} for more information.
2727

2828
Refer to your provider's documentation for more information about the service. Refer to [ActiveMQ's API documentation](https://activemq.apache.org/components/classic/documentation/rest){:target=_blank .external-link} as one example.
2929

docs/integrations/builtin/credentials/beeminder.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Create a [Beeminder](https://www.beeminder.com/){:target=_blank .external-link}
2121

2222
## Related resources
2323

24-
Refer to [Beeminder's API documentation](http://api.beeminder.com/#beeminder-api-reference){:target=_blank .external-link} for more information about the service.
24+
Refer to [Beeminder's API documentation](https://api.beeminder.com/#beeminder-api-reference){:target=_blank .external-link} for more information about the service.
2525

2626
## Using API user token
2727

@@ -30,5 +30,5 @@ To configure this credential, you'll need:
3030
- A **User** name: Should match the user who the Auth Token is generated for.
3131
- A personal **Auth Token** for that user. Generate this using either method below:
3232
- In the GUI: From the [Apps & API](https://help.beeminder.com/article/110-apps-and-api#API-token){:target=_blank .external-link} option within **Account Settings**
33-
- In the API: From hitting the [`auth_token` API endpoint](http://api.beeminder.com/#auth){:target=_blank .external-link}
33+
- In the API: From hitting the [`auth_token` API endpoint](https://api.beeminder.com/#auth){:target=_blank .external-link}
3434

docs/integrations/builtin/credentials/ftp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can use these credentials to authenticate the following nodes:
1414

1515
## Prerequisites
1616

17-
Create an account on a File Transfer Protocol (FTP) server like [JSCAPE](https://mft.jscape.com/lp/ftp-server){:target=_blank .external-link}, [OpenSSH](http://www.openssh.com/){:target=_blank .external-link}, or [FileZilla Server](https://filezilla-project.org/){:target=_blank .external-link}.
17+
Create an account on a File Transfer Protocol (FTP) server like [JSCAPE](https://mft.jscape.com/lp/ftp-server){:target=_blank .external-link}, [OpenSSH](https://www.openssh.com/){:target=_blank .external-link}, or [FileZilla Server](https://filezilla-project.org/){:target=_blank .external-link}.
1818

1919
## Supported authentication methods
2020

docs/integrations/builtin/credentials/getresponse.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ To configure this credential, you'll need:
3535

3636
To configure this credential, you'll need:
3737

38-
- A **Client ID**: Generated when you [register your application](https://apidocs.getresponse.com/v3/oauth2){:target=_blank .external-link}.
39-
- A **Client Secret**: Generated when you [register your application](https://apidocs.getresponse.com/v3/oauth2){:target=_blank .external-link} as the **Client Secret Key**.
38+
- A **Client ID**: Generated when you [register your application](https://apidocs.getresponse.com/v3/authentication/oauth2){:target=_blank .external-link}.
39+
- A **Client Secret**: Generated when you [register your application](https://apidocs.getresponse.com/v3/authentication/oauth2){:target=_blank .external-link} as the **Client Secret Key**.
4040

4141
When you register your application, copy the **OAuth Redirect URL** from n8n and add it as the **Redirect URL** in GetResponse.
4242

docs/integrations/builtin/credentials/gotowebinar.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can use these credentials to authenticate the following nodes:
1313

1414
## Prerequisites
1515

16-
Create a [GoToWebinar](https://gotowebinar.com/){:target=_blank .external-link} account with [Developer Center](https://developer.goto.com/){:target=_blank .external-link} access.
16+
Create a [GoToWebinar](https://www.goto.com/webinar){:target=_blank .external-link} account with [Developer Center](https://developer.goto.com/){:target=_blank .external-link} access.
1717

1818
## Supported authentication methods
1919

docs/integrations/builtin/credentials/groq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To get your API key:
3939
3. Enter a **display name** for the key, like `n8n integration`, and select **Submit**.
4040
4. Copy the key and paste it into your n8n credential.
4141

42-
Refer to [Groq's API Keys documentation](https://console.groq.com/docs/api-keys){:target=_blank .external-link} for more information.
42+
Refer to [Groq's API Keys documentation](https://console.groq.com/docs/quickstart){:target=_blank .external-link} for more information.
4343

4444
/// note | Groq API keys
4545
Groq binds API keys to the organization, not the user.

docs/integrations/builtin/credentials/mistral.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can use these credentials to authenticate the following nodes:
1717

1818
<!-- vale off -->
1919
- Create a [Mistral](https://mistral.ai/){:target=_blank .external-link} La Plateforme account.
20-
- You must add payment information in **Workspace >** [**Billing**](https://console.mistral.ai/billing/){:target=_blank .external-link} and activate payments to enable API keys. Refer to [Account setup](https://docs.mistral.ai/getting-started/quickstart/#account-setup){:target=_blank .external-link} for more information.
20+
- You must add payment information in **Workspace >** [**Billing**](https://admin.mistral.ai/organization/billing){:target=_blank .external-link} and activate payments to enable API keys. Refer to [Account setup](https://docs.mistral.ai/getting-started/quickstart/#account-setup){:target=_blank .external-link} for more information.
2121
<!-- vale on -->
2222

2323
## Supported authentication methods
@@ -38,7 +38,7 @@ To configure this credential, you'll need:
3838

3939
Once you've added payment information to your Mistral Cloud account:
4040

41-
1. Sign in to your [Mistral account](https://console.mistral.ai/){:target=_blank .external-link}.
41+
1. Sign in to your [Mistral account](https://console.mistral.ai/home){:target=_blank .external-link}.
4242
2. Go to the **API Keys** page.
4343
3. Select **Create new key**.
4444
4. Copy the API key and enter it in your n8n credential.

docs/integrations/builtin/credentials/rocketchat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ To configure this credential, you'll need:
3434
- An **Auth Key**: Your personal access token. To generate an access token, go to your **avatar > Account > Personal Access Tokens**. Copy the token and add it as the n8n **Auth Key**.
3535
- Your Rocket.Chat **Domain**: Also known as your default URL or workspace URL.
3636

37-
Refer to [Personal Access Tokens](https://docs.rocket.chat/use-rocket.chat/user-guides/user-panel/account#personal-access-tokens){:target=_blank .external-link} for more information.
37+
Refer to [Personal Access Tokens](https://docs.rocket.chat/docs/manage-your-account-settings#personal-access-tokens){:target=_blank .external-link} for more information.
3838

docs/integrations/builtin/trigger-nodes/n8n-nodes-base.seatabletrigger.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ contentType: [integration, reference]
77

88
# SeaTable Trigger node
99

10-
[SeaTable](https://seatable.co){:target=_blank .external-link} is a collaborative database application with a spreadsheet interface.
10+
[SeaTable](https://seatable.io/en){:target=_blank .external-link} is a collaborative database application with a spreadsheet interface.
1111

1212
/// note | Credentials
1313
You can find authentication information for this node [here](/integrations/builtin/credentials/seatable.md).

docs/integrations/builtin/trigger-nodes/n8n-nodes-base.thehivetrigger.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ View [example workflows and related content](https://n8n.io/integrations/thehive
4848

4949
Refer to TheHive's documentation for more information about the service:
5050

51-
* [Version 3](http://docs.thehive-project.org/thehive/legacy/thehive3/api/){:target=_blank .external-link}
52-
* [Version 4](http://docs.thehive-project.org/cortex/api/api-guide/){:target=_blank .external-link}
51+
* [Version 3](https://docs.thehive-project.org/thehive/legacy/thehive3/api/){:target=_blank .external-link}
52+
* [Version 4](https://docs.thehive-project.org/cortex/api/api-guide/){:target=_blank .external-link}
5353

5454

5555
## Configure a webhook in TheHive

docs/sustainable-use-license.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ contentType: explanation
1313
Proprietary licenses are available for enterprise customers. [Get in touch](mailto:[email protected]) for more information.
1414
///
1515

16-
n8n's [Sustainable Use License](https://github.com/n8n-io/n8n/blob/master/LICENSE.md){:target=\_blank .external-link} and [n8n Enterprise License](https://github.com/n8n-io/n8n/blob/master/LICENSE_EE.md){:target=\_blank .external-link} are based on the [fair-code](http://faircode.io) model.
16+
n8n's [Sustainable Use License](https://github.com/n8n-io/n8n/blob/master/LICENSE.md){:target=\_blank .external-link} and [n8n Enterprise License](https://github.com/n8n-io/n8n/blob/master/LICENSE_EE.md){:target=\_blank .external-link} are based on the [fair-code](https://faircode.io/) model.
1717

1818
## License FAQs
1919

2020
### What license do you use?
2121

22-
n8n uses the [Sustainable Use License](https://github.com/n8n-io/n8n/blob/master/LICENSE.md) and [n8n Enterprise License](https://github.com/n8n-io/n8n/blob/master/LICENSE_EE.md){:target=_blank .external-link}. These licenses are based on the [fair-code](http://faircode.io) model.
22+
n8n uses the [Sustainable Use License](https://github.com/n8n-io/n8n/blob/master/LICENSE.md) and [n8n Enterprise License](https://github.com/n8n-io/n8n/blob/master/LICENSE_EE.md){:target=_blank .external-link}. These licenses are based on the [fair-code](https://faircode.io/) model.
2323

2424

2525
### What source code is covered by the Sustainable Use License?

0 commit comments

Comments
 (0)