From 9dd8ceb7c28f35d66d150d9a2352f9f130241a6c Mon Sep 17 00:00:00 2001 From: Jannik Hollenbach Date: Fri, 16 Aug 2019 09:06:19 +0200 Subject: [PATCH] Change repo group to iteratec --- guides/aws/aws.md | 4 ++-- guides/azure/azure.md | 4 ++-- guides/digital-ocean/digital-ocean.md | 2 +- readme.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/guides/aws/aws.md b/guides/aws/aws.md index dcd619751..9160ef2e4 100644 --- a/guides/aws/aws.md +++ b/guides/aws/aws.md @@ -1,6 +1,6 @@ # [WIP] Example Setup with AWS -**NOTE:** This Guide is still a "Work in Progress", if you got any recommendations or issues with it, please post them into the related issue: https://github.com/J12934/juicy-ctf/issues/15 +**NOTE:** This Guide is still a "Work in Progress", if you got any recommendations or issues with it, please post them into the related issue: https://github.com/iteratec/juicy-ctf/issues/15 **WARNING:** The resources created in this guide will cost about \$70.00/month. The actual price might depend on its usage, but make sure to delete the resources as described in Step 5 Deinstallation when you do not need them anymore. @@ -35,7 +35,7 @@ kubectl config current-context ```sh # We'll need to clone this git repo for the moment, as the helm chart isn't pushed to any registry -git clone git@github.com:J12934/juicy-ctf.git +git clone git@github.com:iteratec/juicy-ctf.git # First we'll need to fetch the charts JuicyCTF depends on helm dependency update ./juicy-ctf/helm/juicy-ctf/ diff --git a/guides/azure/azure.md b/guides/azure/azure.md index 22ac1adfd..d3649a322 100644 --- a/guides/azure/azure.md +++ b/guides/azure/azure.md @@ -1,6 +1,6 @@ # [WIP] Example Setup with Microsoft Azure -**NOTE:** This Guide is still a "Work in Progress", if you got any recommendations or issues with it, please post them into the related issue: https://github.com/J12934/juicy-ctf/issues/16 +**NOTE:** This Guide is still a "Work in Progress", if you got any recommendations or issues with it, please post them into the related issue: https://github.com/iteratec/juicy-ctf/issues/16 **WARNING:** The resources created in this guid will cost about \$??/month. Make sure to delete the resources as described in Step 5 Deinstallation when you do not need them anymore. @@ -27,7 +27,7 @@ kubectl config current-context ```bash # We'll need to clone this git repo for the moment, as the helm chart isn't pushed to any registry -git clone git@github.com:J12934/juicy-ctf.git +git clone git@github.com:iteratec/juicy-ctf.git # First we'll need to fetch the charts JuicyCTF depends on helm dependency update ./juicy-ctf/helm/juicy-ctf/ diff --git a/guides/digital-ocean/digital-ocean.md b/guides/digital-ocean/digital-ocean.md index 3a788ac19..20a111c43 100644 --- a/guides/digital-ocean/digital-ocean.md +++ b/guides/digital-ocean/digital-ocean.md @@ -27,7 +27,7 @@ kubectl config current-context ```bash # We'll need to clone this git repo for the moment, as the helm chart isn't pushed to any registry -git clone git@github.com:J12934/juicy-ctf.git +git clone git@github.com:iteratec/juicy-ctf.git # First we'll need to fetch the charts JuicyCTF depends on helm dependency update ./juicy-ctf/helm/juicy-ctf/ diff --git a/readme.md b/readme.md index 83b994af2..703d62a93 100644 --- a/readme.md +++ b/readme.md @@ -22,7 +22,7 @@ If you aren't familiar with helm, try out the helm 3 alpha. It's easier to install and easier to use. It's pretty stable, and it doesn't have a server side component anymore. It just runs on your local machine. ```sh -git clone git@github.com:J12934/juicy-ctf.git +git clone git@github.com:iteratec/juicy-ctf.git # First we'll need to fetch the charts JuicyCTF depends on helm dependency update ./juicy-ctf/helm/juicy-ctf/