From 9e390a3995100a8aeb2292b60f98d63519d61966 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Thu, 22 Aug 2019 08:46:32 +0200 Subject: [PATCH] :books: Fix links in Docker documentation to also work on Dockerhub --- docker/images/n8n/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/images/n8n/README.md b/docker/images/n8n/README.md index 36f835cf9c..be8f178dce 100644 --- a/docker/images/n8n/README.md +++ b/docker/images/n8n/README.md @@ -128,7 +128,7 @@ docker run -it --rm \ n8n start ``` -A full working setup with docker-compose can be found [here](../../compose/withMongo/README.md) +A full working setup with docker-compose can be found [here](https://github.com/n8n-io/n8n/blob/master/docker/compose/withMongo/README.md) #### Use with PostgresDB @@ -155,7 +155,7 @@ docker run -it --rm \ n8n start ``` -A full working setup with docker-compose can be found [here](../../compose/withPostgres/README.md) +A full working setup with docker-compose can be found [here](https://github.com/n8n-io/n8n/blob/master/docker/compose/withPostgres/README.md) ## Passing Senstive Data via File @@ -196,4 +196,4 @@ did not hear anybody complain there. So I guess it should be ok. ## License -n8n is licensed under **Apache 2.0 with Commons Clause** +n8n is licensed under [**Apache 2.0 with Commons Clause**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md)