diff --git a/docker/images/n8n/README.md b/docker/images/n8n/README.md index 8ef23a015b..4cec9c4cc2 100644 --- a/docker/images/n8n/README.md +++ b/docker/images/n8n/README.md @@ -265,4 +265,4 @@ Before you upgrade to the latest version make sure to check here if there are an 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). -Additional information on the license can be found in the [FAQ](https://docs.n8n.io/reference/faq.html#license) +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 4a6c435550..b4ef420e47 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -151,4 +151,4 @@ You can also find breaking changes here: [Breaking Changes](./BREAKING-CHANGES.m 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). -Additional information on the license can be found in the [FAQ](https://docs.n8n.io/reference/faq.html#license) +Additional information about the license can be found in the [docs](https://docs.n8n.io/reference/license/). diff --git a/packages/core/README.md b/packages/core/README.md index c247e57117..c02f726fe6 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -12,4 +12,4 @@ npm install n8n-core 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). -Additional information on the license can be found in the [FAQ](https://docs.n8n.io/reference/faq.html#license) +Additional information about the license can be found in the [docs](https://docs.n8n.io/reference/license/). diff --git a/packages/design-system/README.md b/packages/design-system/README.md index fe61c6b08a..dc8dd5dad0 100644 --- a/packages/design-system/README.md +++ b/packages/design-system/README.md @@ -48,4 +48,4 @@ npm run watch:theme 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). -Additional information on the license can be found in the [FAQ](https://docs.n8n.io/reference/faq.html#license) +Additional information about the license can be found in the [docs](https://docs.n8n.io/reference/license/). diff --git a/packages/editor-ui/README.md b/packages/editor-ui/README.md index 3b66520c4e..ae5452ce1c 100644 --- a/packages/editor-ui/README.md +++ b/packages/editor-ui/README.md @@ -51,4 +51,4 @@ See [Configuration Reference](https://cli.vuejs.org/config/). 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). -Additional information on the license can be found in the [FAQ](https://docs.n8n.io/reference/faq.html#license) +Additional information about the license can be found in the [docs](https://docs.n8n.io/reference/license/). diff --git a/packages/node-dev/README.md b/packages/node-dev/README.md index 8856079d4b..ab39ddd6eb 100644 --- a/packages/node-dev/README.md +++ b/packages/node-dev/README.md @@ -217,19 +217,18 @@ The following properties can be set in the node property options. All properties are optional. However, most only work when the node-property is of a specfic type. - - **alwaysOpenEditWindow** [type: string]: If set then the "Editor Window" will always open when the user tries to edit the field. Helpful if long text is typically used in the property. - - **loadOptionsMethod** [type: options]: Method to use to load options from an external service - - **maxValue** [type: number]: Maximum value of the number - - **minValue** [type: number]: Minimum value of the number - - **multipleValues** [type: all]: If set the property gets turned into an Array and the user can add multiple values - - **multipleValueButtonText** [type: all]: Custom text for add button in case "multipleValues" got set - - **numberPrecision** [type: number]: The precision of the number. By default it is "0" and will so only allow integers. - - **password** [type: string]: If a password field should be displayed (normally only used by credentials because all node data is not encrypted and get saved in clear-text) - - **rows** [type: string]: Number of rows the input field should have. By default it is "1" - +- **alwaysOpenEditWindow** [type: string]: If set then the "Editor Window" will always open when the user tries to edit the field. Helpful if long text is typically used in the property. +- **loadOptionsMethod** [type: options]: Method to use to load options from an external service +- **maxValue** [type: number]: Maximum value of the number +- **minValue** [type: number]: Minimum value of the number +- **multipleValues** [type: all]: If set the property gets turned into an Array and the user can add multiple values +- **multipleValueButtonText** [type: all]: Custom text for add button in case "multipleValues" got set +- **numberPrecision** [type: number]: The precision of the number. By default it is "0" and will so only allow integers. +- **password** [type: string]: If a password field should be displayed (normally only used by credentials because all node data is not encrypted and get saved in clear-text) +- **rows** [type: string]: Number of rows the input field should have. By default it is "1" ## 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). -Additional information on the license can be found in the [FAQ](https://docs.n8n.io/reference/faq.html#license) +Additional information about the license can be found in the [docs](https://docs.n8n.io/reference/license/). diff --git a/packages/nodes-base/README.md b/packages/nodes-base/README.md index 4782c2a1b4..61510d4e70 100644 --- a/packages/nodes-base/README.md +++ b/packages/nodes-base/README.md @@ -13,4 +13,4 @@ npm install n8n-nodes-base -g 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). -Additional information on the license can be found in the [FAQ](https://docs.n8n.io/reference/faq.html#license) +Additional information about the license can be found in the [docs](https://docs.n8n.io/reference/license/). diff --git a/packages/workflow/README.md b/packages/workflow/README.md index c281024bb8..e3eba29544 100644 --- a/packages/workflow/README.md +++ b/packages/workflow/README.md @@ -12,4 +12,4 @@ npm install n8n-workflow 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). -Additional information on the license can be found in the [FAQ](https://docs.n8n.io/reference/faq.html#license) +Additional information about the license can be found in the [docs](https://docs.n8n.io/reference/license/).