Skip to content

Commit

Permalink
fix 2022 file folder locations
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCade committed Nov 18, 2022
1 parent c99d4f2 commit 05442ad
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 2022/Days/day65.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
2 changes: 1 addition & 1 deletion es/Days/day65.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
2 changes: 1 addition & 1 deletion ja/Days/day65.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
2 changes: 1 addition & 1 deletion pl/day65.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
2 changes: 1 addition & 1 deletion zh_cn/Days/day65.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
2 changes: 1 addition & 1 deletion zh_tw/Days/day65.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 05442ad

Please sign in to comment.