diff --git a/README.md b/README.md index 6bce7374f1..83b9625823 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![n8n.io - Workflow Automation](https://n8n.io/n8n-logo.png) -n8n is a tool which allows to easily and fast automate different taks. +n8n is a tool which allows to easily and fast automate different tasks. n8n.io - Screenshot @@ -12,9 +12,9 @@ is there currently not much documentation. That will hopefully change soon. ## Usage -Information about how to install and use it can be found in the cli package [here](packages/cli/README.md) +Information about how to install and use it can be found in the cli package [here](https://github.com/n8n-io/n8n/tree/master/packages/cli) -And information about how to run it in Docker [here](docker/images/n8n/README.md) +And information about how to run it in Docker [here](https://github.com/n8n-io/n8n/tree/master/docker/images/n8n) ## Development Setup @@ -32,4 +32,4 @@ Execute: `npm run start` ## License -[Apache 2.0 with Commons Clause](LICENSE.md) +[Apache 2.0 with Commons Clause](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md) diff --git a/packages/cli/README.md b/packages/cli/README.md index 5da531ddec..f2708abff0 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -2,7 +2,7 @@ ![n8n.io - Workflow Automation](https://n8n.io/n8n-logo.png) -n8n is a tool which allows to easily and fast automate different taks. +n8n is a tool which allows to easily and fast automate different tasks. n8n.io - Screenshot @@ -69,7 +69,7 @@ n8n start \ ``` Or you can provide a custom configuration file by copying the default -configuration file [(config/defaults.ts)](config/default.ts) and then set the +configuration file [(config/defaults.ts)](https://github.com/n8n-io/n8n/blob/master/packages/cli/config/default.ts) and then set the path to it as environment variable `NODE_CONFIG_DIR`. For example like this: @@ -104,7 +104,7 @@ n8n execute --file ## License -[Apache 2.0 with Commons Clause](LICENSE.md) +[Apache 2.0 with Commons Clause](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md) ## Development diff --git a/packages/editor-ui/README.md b/packages/editor-ui/README.md index 6adb93ca62..31b31c24fd 100644 --- a/packages/editor-ui/README.md +++ b/packages/editor-ui/README.md @@ -49,4 +49,4 @@ See [Configuration Reference](https://cli.vuejs.org/config/). ## License -[Apache 2.0 with Commons Clause](LICENSE.md) +[Apache 2.0 with Commons Clause](https://github.com/n8n-io/n8n/blob/master/packages/editor-ui/LICENSE.md) diff --git a/packages/node-dev/README.md b/packages/node-dev/README.md index d4e034ae12..a77e75720f 100644 --- a/packages/node-dev/README.md +++ b/packages/node-dev/README.md @@ -38,4 +38,4 @@ Creates new basic credentials or node of the selected type to have a first start ## License -[Apache 2.0 with Commons Clause](LICENSE.md) +[Apache 2.0 with Commons Clause](https://github.com/n8n-io/n8n/blob/master/packages/node-dev/LICENSE.md) diff --git a/packages/nodes-base/README.md b/packages/nodes-base/README.md index 0184e2e341..c7bdf8d8c2 100644 --- a/packages/nodes-base/README.md +++ b/packages/nodes-base/README.md @@ -11,4 +11,4 @@ npm install n8n-nodes-base -g ## License -[Apache 2.0 with Commons Clause](LICENSE.md) +[Apache 2.0 with Commons Clause](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/LICENSE.md) diff --git a/packages/workflow/README.md b/packages/workflow/README.md index e0b7d70f23..74c2c7a0be 100644 --- a/packages/workflow/README.md +++ b/packages/workflow/README.md @@ -10,4 +10,4 @@ npm install n8n-workflow ## License -[Apache 2.0 with Commons Clause](LICENSE.md) +[Apache 2.0 with Commons Clause](https://github.com/n8n-io/n8n/blob/master/packages/workflow/LICENSE.md)