From 05442ad9e6c23b4774d0c7ae0e4e3450e5a7e1a6 Mon Sep 17 00:00:00 2001 From: Michael Cade Date: Fri, 18 Nov 2022 15:04:08 +0000 Subject: [PATCH] fix 2022 file folder locations --- 2022/Days/day65.md | 2 +- es/Days/day65.md | 2 +- ja/Days/day65.md | 2 +- pl/day65.md | 2 +- zh_cn/Days/day65.md | 2 +- zh_tw/Days/day65.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/2022/Days/day65.md b/2022/Days/day65.md index cec5a7a..c2b8ba6 100644 --- a/2022/Days/day65.md +++ b/2022/Days/day65.md @@ -59,7 +59,7 @@ tasks: We are going to use Vagrant to set up our node environment, I am going to keep this at a reasonable 4 nodes but you can hopefully see that this could easily be 300 or 3000 and this is the power of Ansible and other configuration management tools to be able to configure your servers. -You can find this file located here ([Vagrantfile](2022/Days/Configmgmt/Vagrantfile)) +You can find this file located here ([Vagrantfile](Configmgmt/Vagrantfile)) ```Vagrant Vagrant.configure("2") do |config| diff --git a/es/Days/day65.md b/es/Days/day65.md index a13cdf9..4cdc2fe 100644 --- a/es/Days/day65.md +++ b/es/Days/day65.md @@ -49,7 +49,7 @@ tasks: We are going to use Vagrant to set up our node environment, I am going to keep this at a reasonable 4 nodes but you can hopefully see that this could easily be 300 or 3000 and this is the power of Ansible and other configuration management tools to be able to configure your servers. -You can find this file located here ([Vagrantfile](2022/Days/Configmgmt/Vagrantfile)) +You can find this file located here ([Vagrantfile](Configmgmt/Vagrantfile)) ```Vagrant Vagrant.configure("2") do |config| diff --git a/ja/Days/day65.md b/ja/Days/day65.md index e7bb7fb..5a6085b 100644 --- a/ja/Days/day65.md +++ b/ja/Days/day65.md @@ -58,7 +58,7 @@ tasks: We are going to use Vagrant to set up our node environment, I am going to keep this at a reasonable 4 nodes but you can hopefully see that this could easily be 300 or 3000 and this is the power of Ansible and other configuration management tools to be able to configure your servers. -You can find this file located here ([Vagrantfile](2022/Days/Configmgmt/Vagrantfile)) +You can find this file located here ([Vagrantfile](Configmgmt/Vagrantfile)) ``` Vagrant.configure("2") do |config| diff --git a/pl/day65.md b/pl/day65.md index e7bb7fb..5a6085b 100644 --- a/pl/day65.md +++ b/pl/day65.md @@ -58,7 +58,7 @@ tasks: We are going to use Vagrant to set up our node environment, I am going to keep this at a reasonable 4 nodes but you can hopefully see that this could easily be 300 or 3000 and this is the power of Ansible and other configuration management tools to be able to configure your servers. -You can find this file located here ([Vagrantfile](2022/Days/Configmgmt/Vagrantfile)) +You can find this file located here ([Vagrantfile](Configmgmt/Vagrantfile)) ``` Vagrant.configure("2") do |config| diff --git a/zh_cn/Days/day65.md b/zh_cn/Days/day65.md index e7bb7fb..5a6085b 100644 --- a/zh_cn/Days/day65.md +++ b/zh_cn/Days/day65.md @@ -58,7 +58,7 @@ tasks: We are going to use Vagrant to set up our node environment, I am going to keep this at a reasonable 4 nodes but you can hopefully see that this could easily be 300 or 3000 and this is the power of Ansible and other configuration management tools to be able to configure your servers. -You can find this file located here ([Vagrantfile](2022/Days/Configmgmt/Vagrantfile)) +You can find this file located here ([Vagrantfile](Configmgmt/Vagrantfile)) ``` Vagrant.configure("2") do |config| diff --git a/zh_tw/Days/day65.md b/zh_tw/Days/day65.md index e7bb7fb..5a6085b 100644 --- a/zh_tw/Days/day65.md +++ b/zh_tw/Days/day65.md @@ -58,7 +58,7 @@ tasks: We are going to use Vagrant to set up our node environment, I am going to keep this at a reasonable 4 nodes but you can hopefully see that this could easily be 300 or 3000 and this is the power of Ansible and other configuration management tools to be able to configure your servers. -You can find this file located here ([Vagrantfile](2022/Days/Configmgmt/Vagrantfile)) +You can find this file located here ([Vagrantfile](Configmgmt/Vagrantfile)) ``` Vagrant.configure("2") do |config|