From 61129863f1682a34ece5a2581d801c4c3139ae43 Mon Sep 17 00:00:00 2001 From: Benjamin Loison <12752145+Benjamin-Loison@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:23:22 +0100 Subject: [PATCH] docs: Replace `http://faircode.io` to `https://faircode.io` in `.md` files (#7908) ## Summary Commit generated with: ```bash grep -rl 'http://faircode.io' --include=*.md . | xargs sed -i 's/http:\/\/faircode.io/https:\/\/faircode.io/g' ``` ## Review / Merge checklist - [X] PR title and summary are descriptive. **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** ([conventions](https://github.com/n8n-io/n8n/blob/master/.github/pull_request_title_conventions.md)) - [ ] [Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up ticket created. - [ ] Tests included. --- README.md | 4 ++-- docker/images/n8n/README.md | 4 ++-- packages/@n8n/chat/README.md | 2 +- packages/@n8n/nodes-langchain/README.md | 2 +- packages/cli/README.md | 4 ++-- packages/core/README.md | 2 +- packages/design-system/README.md | 2 +- packages/editor-ui/README.md | 2 +- packages/node-dev/README.md | 2 +- packages/nodes-base/README.md | 2 +- packages/workflow/README.md | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 85a7058a77..145ecab8c6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # n8n - Workflow automation tool -n8n is an extendable workflow automation tool. With a [fair-code](http://faircode.io) distribution model, n8n +n8n is an extendable workflow automation tool. With a [fair-code](https://faircode.io) distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. @@ -94,7 +94,7 @@ development environment ready in minutes. ## License -n8n is [fair-code](http://faircode.io) distributed under the +n8n is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md) and the [**n8n Enterprise License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE_EE.md). diff --git a/docker/images/n8n/README.md b/docker/images/n8n/README.md index 8497d1ed77..eb8549bcbc 100644 --- a/docker/images/n8n/README.md +++ b/docker/images/n8n/README.md @@ -2,7 +2,7 @@ # n8n - Workflow automation tool -n8n is an extendable workflow automation tool. With a [fair-code](http://faircode.io) distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. +n8n is an extendable workflow automation tool. With a [fair-code](https://faircode.io) distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. n8n.io - Screenshot @@ -258,6 +258,6 @@ Before you upgrade to the latest version make sure to check here if there are an ## License -n8n is [fair-code](http://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). +n8n is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). Additional information about the license can be found in the [docs](https://docs.n8n.io/reference/license/). diff --git a/packages/@n8n/chat/README.md b/packages/@n8n/chat/README.md index 2c62798b93..9b61092e9d 100644 --- a/packages/@n8n/chat/README.md +++ b/packages/@n8n/chat/README.md @@ -218,7 +218,7 @@ body, ``` ## License -n8n Chat is [fair-code](http://faircode.io) distributed under the +n8n Chat is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). Proprietary licenses are available for enterprise customers. [Get in touch](mailto:license@n8n.io) diff --git a/packages/@n8n/nodes-langchain/README.md b/packages/@n8n/nodes-langchain/README.md index 6263dbc541..e5761628cf 100644 --- a/packages/@n8n/nodes-langchain/README.md +++ b/packages/@n8n/nodes-langchain/README.md @@ -8,6 +8,6 @@ These nodes are still in Beta state and are only compatible with the Docker imag ## License -n8n is [fair-code](http://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). +n8n is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). Additional information about the license can be found in the [docs](https://docs.n8n.io/reference/license/). diff --git a/packages/cli/README.md b/packages/cli/README.md index a473269226..beeac69369 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -2,7 +2,7 @@ # n8n - Workflow Automation Tool -n8n is a free and open [fair-code](http://faircode.io) distributed node-based Workflow Automation Tool. You can self-host n8n, easily extend it, and even use it with internal tools. +n8n is a free and open [fair-code](https://faircode.io) distributed node-based Workflow Automation Tool. You can self-host n8n, easily extend it, and even use it with internal tools. n8n.io - Screenshot @@ -147,7 +147,7 @@ You can also find breaking changes here: [Breaking Changes](./BREAKING-CHANGES.m ## License -n8n is [fair-code](http://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). +n8n is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). Proprietary licenses are available for enterprise customers. [Get in touch](mailto:license@n8n.io) diff --git a/packages/core/README.md b/packages/core/README.md index 1eeb8579e4..0518567fc9 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -10,7 +10,7 @@ npm install n8n-core ## License -n8n is [fair-code](http://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). +n8n is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). Proprietary licenses are available for enterprise customers. [Get in touch](mailto:license@n8n.io) diff --git a/packages/design-system/README.md b/packages/design-system/README.md index 7bc578ba68..ea69f24524 100644 --- a/packages/design-system/README.md +++ b/packages/design-system/README.md @@ -48,7 +48,7 @@ pnpm watch:theme ## License -n8n is [fair-code](http://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). +n8n is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). Proprietary licenses are available for enterprise customers. [Get in touch](mailto:license@n8n.io) diff --git a/packages/editor-ui/README.md b/packages/editor-ui/README.md index c378326a7d..c8583ffbbd 100644 --- a/packages/editor-ui/README.md +++ b/packages/editor-ui/README.md @@ -56,7 +56,7 @@ See [Configuration Reference](https://cli.vuejs.org/config/). ## License -n8n is [fair-code](http://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). +n8n is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). Proprietary licenses are available for enterprise customers. [Get in touch](mailto:license@n8n.io) diff --git a/packages/node-dev/README.md b/packages/node-dev/README.md index 3ad2321a7d..d650716a0a 100644 --- a/packages/node-dev/README.md +++ b/packages/node-dev/README.md @@ -215,7 +215,7 @@ All properties are optional. However, most only work when the node-property is o ## License -n8n is [fair-code](http://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). +n8n is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). Proprietary licenses are available for enterprise customers. [Get in touch](mailto:license@n8n.io) diff --git a/packages/nodes-base/README.md b/packages/nodes-base/README.md index 34d84751b0..3dc7413037 100644 --- a/packages/nodes-base/README.md +++ b/packages/nodes-base/README.md @@ -10,7 +10,7 @@ npm install n8n-nodes-base -g ## License -n8n is [fair-code](http://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). +n8n is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). Proprietary licenses are available for enterprise customers. [Get in touch](mailto:license@n8n.io) diff --git a/packages/workflow/README.md b/packages/workflow/README.md index 601ecd8553..da80c57920 100644 --- a/packages/workflow/README.md +++ b/packages/workflow/README.md @@ -10,7 +10,7 @@ npm install n8n-workflow ## License -n8n is [fair-code](http://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). +n8n is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). Proprietary licenses are available for enterprise customers. [Get in touch](mailto:license@n8n.io)