diff --git a/docs/hosting/installation/server-setups/aws.md b/docs/hosting/installation/server-setups/aws.md index 21f993c38b..cba6150c38 100644 --- a/docs/hosting/installation/server-setups/aws.md +++ b/docs/hosting/installation/server-setups/aws.md @@ -38,18 +38,18 @@ Once the cluster is created, eksctl automatically sets the kubectl context to th ## Clone configuration repository -Kubernetes and n8n require a series of configuration files. You can clone these from [this repository](https://github.com/n8n-io/n8n-kubernetes-hosting/tree/aws){:target=_blank .external-link}. The following steps tell you what each file does, and what settings you need to change. +Kubernetes and n8n require a series of configuration files. You can clone these from [this repository](https://github.com/n8n-io/n8n-hosting/tree/main){:target=_blank .external-link}. The following steps tell you what each file does, and what settings you need to change. Clone the repository with the following command: ```shell -git clone https://github.com/n8n-io/n8n-kubernetes-hosting.git -b aws +git clone https://github.com/n8n-io/n8n-hosting.git ``` And change directory to the root of the repository you cloned: ```shell -cd n8n-kubernetes-hosting +cd kubernetes ``` ## Configure Postgres diff --git a/docs/hosting/installation/server-setups/azure.md b/docs/hosting/installation/server-setups/azure.md index 3ffa3087c9..e2aa22e30a 100644 --- a/docs/hosting/installation/server-setups/azure.md +++ b/docs/hosting/installation/server-setups/azure.md @@ -39,18 +39,18 @@ The remainder of the steps in this guide require you to set the Azure instance a ## Clone configuration repository -Kubernetes and n8n require a series of configuration files. You can clone these from [this repository](https://github.com/n8n-io/n8n-kubernetes-hosting/tree/azure){:target=_blank .external-link}. The following steps tell you which file configures what and what you need to change. +Kubernetes and n8n require a series of configuration files. You can clone these from [this repository](https://github.com/n8n-io/n8n-hosting/tree/main){:target=_blank .external-link}. The following steps tell you which file configures what and what you need to change. Clone the repository with the following command: ```shell -git clone https://github.com/n8n-io/n8n-kubernetes-hosting.git -b azure +git clone https://github.com/n8n-io/n8n-hosting.git ``` And change directory to the root of the repository you cloned: ```shell -cd azure +cd kubernetes ``` ## Configure Postgres diff --git a/docs/hosting/installation/server-setups/google-cloud.md b/docs/hosting/installation/server-setups/google-cloud.md index a0580945fd..e40c28241d 100644 --- a/docs/hosting/installation/server-setups/google-cloud.md +++ b/docs/hosting/installation/server-setups/google-cloud.md @@ -44,18 +44,18 @@ The rest of the steps in this guide require you to set the GCP instance as the K ## Clone configuration repository -Kubernetes and n8n require a series of configuration files. You can clone these from [this repository](https://github.com/n8n-io/n8n-kubernetes-hosting/tree/gcp){:target=_blank .external-link} locally. The following steps explain the file configuration and how to add your information. +Kubernetes and n8n require a series of configuration files. You can clone these from [this repository](https://github.com/n8n-io/n8n-hosting/tree/main){:target=_blank .external-link} locally. The following steps explain the file configuration and how to add your information. Clone the repository with the following command: ```shell -git clone https://github.com/n8n-io/n8n-kubernetes-hosting.git -b gcp +git clone https://github.com/n8n-io/n8n-hosting.git ``` And change directory to the root of the repository you cloned: ```shell -cd n8n-kubernetes-hosting +cd kubernetes ``` ## Configure Postgres