Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit f6182e2

Browse files
committed
docs(templates): fix url for winrm
1 parent 0e51e6b commit f6182e2

6 files changed

+6
-6
lines changed

templates/my_windows-10-enterprise-eval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Unfortunately you can not use the Vagrant package provided by your Linux
2424
distribution (at least for CentOS / Fedora / Debian).
2525
These distributions doesn't support naively [Ruby library for WinRM](https://github.com/WinRb/WinRM)
2626
needed by Vagrant for talking to Windows.
27-
Luckily [WinRM communicator](https://github.com/mitchellh/vagrant/tree/master/plugins/communicators/winrm)
27+
Luckily [WinRM communicator](https://github.com/hashicorp/vagrant/tree/main/plugins/communicators/winrm)
2828
including the Ruby WinRM library is part of official Vagrant package.
2929
You will also need the latest version of [Vagrant Libvirt Plugin](https://github.com/pradels/vagrant-libvirt#installation)
3030
supporting [libvirt channels](https://libvirt.org/formatdomain.html#elementCharChannel).

templates/windows-10-enterprise-eval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Unfortunately you can not use the Vagrant package provided by your Linux
2424
distribution (at least for CentOS / Fedora / Debian).
2525
These distributions doesn't support naively [Ruby library for WinRM](https://github.com/WinRb/WinRM)
2626
needed by Vagrant for talking to Windows.
27-
Luckily [WinRM communicator](https://github.com/mitchellh/vagrant/tree/master/plugins/communicators/winrm)
27+
Luckily [WinRM communicator](https://github.com/hashicorp/vagrant/tree/main/plugins/communicators/winrm)
2828
including the Ruby WinRM library is part of official Vagrant package.
2929
You will also need the latest version of [Vagrant Libvirt Plugin](https://github.com/pradels/vagrant-libvirt#installation)
3030
supporting [libvirt channels](https://libvirt.org/formatdomain.html#elementCharChannel).

templates/windows-server-2012-eval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Unfortunately you can not use the Vagrant package provided by your Linux
2525
distribution (at least for CentOS / Fedora / Debian).
2626
These distributions doesn't support naively [Ruby library for WinRM](https://github.com/WinRb/WinRM)
2727
needed by Vagrant for talking to Windows.
28-
Luckily [WinRM communicator](https://github.com/mitchellh/vagrant/tree/master/plugins/communicators/winrm)
28+
Luckily [WinRM communicator](https://github.com/hashicorp/vagrant/tree/main/plugins/communicators/winrm)
2929
including the Ruby WinRM library is part of official Vagrant package.
3030
You will also need the latest version of [Vagrant Libvirt Plugin](https://github.com/pradels/vagrant-libvirt#installation)
3131
supporting [libvirt channels](https://libvirt.org/formatdomain.html#elementCharChannel).

templates/windows-server-2016-eval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Unfortunately you can not use the Vagrant package provided by your Linux
2424
distribution (at least for CentOS / Fedora / Debian).
2525
These distributions doesn't support naively [Ruby library for WinRM](https://github.com/WinRb/WinRM)
2626
needed by Vagrant for talking to Windows.
27-
Luckily [WinRM communicator](https://github.com/mitchellh/vagrant/tree/master/plugins/communicators/winrm)
27+
Luckily [WinRM communicator](https://github.com/hashicorp/vagrant/tree/main/plugins/communicators/winrm)
2828
including the Ruby WinRM library is part of official Vagrant package.
2929
You will also need the latest version of [Vagrant Libvirt Plugin](https://github.com/pradels/vagrant-libvirt#installation)
3030
supporting [libvirt channels](https://libvirt.org/formatdomain.html#elementCharChannel).

templates/windows-server-2019-eval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Unfortunately you can not use the Vagrant package provided by your Linux
2424
distribution (at least for CentOS / Fedora / Debian).
2525
These distributions doesn't support naively [Ruby library for WinRM](https://github.com/WinRb/WinRM)
2626
needed by Vagrant for talking to Windows.
27-
Luckily [WinRM communicator](https://github.com/mitchellh/vagrant/tree/master/plugins/communicators/winrm)
27+
Luckily [WinRM communicator](https://github.com/hashicorp/vagrant/tree/main/plugins/communicators/winrm)
2828
including the Ruby WinRM library is part of official Vagrant package.
2929
You will also need the latest version of [Vagrant Libvirt Plugin](https://github.com/pradels/vagrant-libvirt#installation)
3030
supporting [libvirt channels](https://libvirt.org/formatdomain.html#elementCharChannel).

templates/windows-server-2022-eval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Unfortunately you can not use the Vagrant package provided by your Linux
2424
distribution (at least for CentOS / Fedora / Debian).
2525
These distributions doesn't support naively [Ruby library for WinRM](https://github.com/WinRb/WinRM)
2626
needed by Vagrant for talking to Windows.
27-
Luckily [WinRM communicator](https://github.com/mitchellh/vagrant/tree/master/plugins/communicators/winrm)
27+
Luckily [WinRM communicator](https://github.com/hashicorp/vagrant/tree/main/plugins/communicators/winrm)
2828
including the Ruby WinRM library is part of official Vagrant package.
2929
You will also need the latest version of [Vagrant Libvirt Plugin](https://github.com/pradels/vagrant-libvirt#installation)
3030
supporting [libvirt channels](https://libvirt.org/formatdomain.html#elementCharChannel).

0 commit comments

Comments
 (0)