From 065fee86a8d2cea7c809dfcee5f263a8d59a367a Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Fri, 14 Jun 2019 15:08:59 +0200 Subject: [PATCH] fix more urls --- website/source/community-tools.html.md | 2 +- website/source/docs/builders/hyperv-iso.html.md.erb | 2 +- website/source/docs/builders/hyperv-vmcx.html.md.erb | 2 +- website/source/docs/provisioners/ansible.html.md.erb | 2 +- website/source/intro/getting-started/build-image.html.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/source/community-tools.html.md b/website/source/community-tools.html.md index 644775cd8..027ad6d26 100644 --- a/website/source/community-tools.html.md +++ b/website/source/community-tools.html.md @@ -54,4 +54,4 @@ power of Packer templates. ## Other - [suitcase](https://github.com/tmclaugh/suitcase) - Packer based build system for CentOS OS images -- [Undo-WinRMConfig](https://cloudywindows.io/post/winrm-for-provisioning---close-the-door-on-the-way-out-eh/) - Open source automation to stage WinRM reset to pristine state at next shtudown +- [Undo-WinRMConfig](https://cloudywindows.io/post/winrm-for-provisioning-close-the-door-on-the-way-out-eh/) - Open source automation to stage WinRM reset to pristine state at next shtudown diff --git a/website/source/docs/builders/hyperv-iso.html.md.erb b/website/source/docs/builders/hyperv-iso.html.md.erb index 72693ce7a..716285d5c 100644 --- a/website/source/docs/builders/hyperv-iso.html.md.erb +++ b/website/source/docs/builders/hyperv-iso.html.md.erb @@ -877,7 +877,7 @@ Finish proxy after sysprep --> ``` -> **Warning:** Please note that if you're setting up WinRM for provisioning, you'll probably want to turn it off or restrict its permissions as part of a shutdown script at the end of Packer's provisioning process. For more details on the why/how, check out this useful blog post and the associated code: -https://cloudywindows.io/post/winrm-for-provisioning---close-the-door-on-the-way-out-eh/ +https://cloudywindows.io/post/winrm-for-provisioning-close-the-door-on-the-way-out-eh/ ## Example For Ubuntu Vivid Generation 2 diff --git a/website/source/docs/builders/hyperv-vmcx.html.md.erb b/website/source/docs/builders/hyperv-vmcx.html.md.erb index 34121076c..493a78109 100644 --- a/website/source/docs/builders/hyperv-vmcx.html.md.erb +++ b/website/source/docs/builders/hyperv-vmcx.html.md.erb @@ -894,7 +894,7 @@ Finish proxy after sysprep --> ``` -> **Warning:** Please note that if you're setting up WinRM for provisioning, you'll probably want to turn it off or restrict its permissions as part of a shutdown script at the end of Packer's provisioning process. For more details on the why/how, check out this useful blog post and the associated code: -https://cloudywindows.io/post/winrm-for-provisioning---close-the-door-on-the-way-out-eh/ +https://cloudywindows.io/post/winrm-for-provisioning-close-the-door-on-the-way-out-eh/ ## Example For Ubuntu Vivid Generation 2 diff --git a/website/source/docs/provisioners/ansible.html.md.erb b/website/source/docs/provisioners/ansible.html.md.erb index be33fbf13..0e98a7601 100644 --- a/website/source/docs/provisioners/ansible.html.md.erb +++ b/website/source/docs/provisioners/ansible.html.md.erb @@ -325,7 +325,7 @@ Platform: ``` -> **Warning:** Please note that if you're setting up WinRM for provisioning, you'll probably want to turn it off or restrict its permissions as part of a shutdown script at the end of Packer's provisioning process. For more details on the why/how, check out this useful blog post and the associated code: -https://cloudywindows.io/post/winrm-for-provisioning---close-the-door-on-the-way-out-eh/ +https://cloudywindows.io/post/winrm-for-provisioning-close-the-door-on-the-way-out-eh/ ### Post i/o timeout errors diff --git a/website/source/intro/getting-started/build-image.html.md b/website/source/intro/getting-started/build-image.html.md index 672fe8dac..272d30ef8 100644 --- a/website/source/intro/getting-started/build-image.html.md +++ b/website/source/intro/getting-started/build-image.html.md @@ -405,7 +405,7 @@ Start-Service -Name WinRM ``` -> **Warning:** Please note that if you're setting up WinRM for provisioning, you'll probably want to turn it off or restrict its permissions as part of a shutdown script at the end of Packer's provisioning process. For more details on the why/how, check out this useful blog post and the associated code: -https://cloudywindows.io/post/winrm-for-provisioning---close-the-door-on-the-way-out-eh/ +https://cloudywindows.io/post/winrm-for-provisioning-close-the-door-on-the-way-out-eh/ Save the above code in a file named `bootstrap_win.txt`.