Skip to content

Commit 19472d7

Browse files
authored
chore(xfer): update source refs (#604)
Post-transfer update of source refs. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
1 parent f34e78c commit 19472d7

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.web-docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packer {
2121
required_plugins {
2222
vsphere = {
2323
version = "~> 1"
24-
source = "github.com/hashicorp/vsphere"
24+
source = "github.com/vmware/vsphere"
2525
}
2626
}
2727
}
@@ -30,7 +30,7 @@ packer {
3030
Alternatively, you can use `packer plugins install` to manage installation of this plugin.
3131

3232
```sh
33-
packer plugins install github.com/hashicorp/vsphere
33+
packer plugins install github.com/vmware/vsphere
3434
```
3535

3636
### Components

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packer {
2121
required_plugins {
2222
vsphere = {
2323
version = "~> 1"
24-
source = "github.com/hashicorp/vsphere"
24+
source = "github.com/vmware/vsphere"
2525
}
2626
}
2727
}
@@ -30,7 +30,7 @@ packer {
3030
Alternatively, you can use `packer plugins install` to manage installation of this plugin.
3131

3232
```sh
33-
packer plugins install github.com/hashicorp/vsphere
33+
packer plugins install github.com/vmware/vsphere
3434
```
3535

3636
### Components

examples/builder/vsphere-clone/alpine/alpine.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packer {
55
required_plugins {
66
vsphere = {
77
version = "~> 1"
8-
source = "github.com/hashicorp/vsphere"
8+
source = "github.com/vmware/vsphere"
99
}
1010
}
1111
}

examples/builder/vsphere-iso/alpine/alpine.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packer {
88
required_plugins {
99
vsphere = {
1010
version = "~> 1"
11-
source = "github.com/hashicorp/vsphere"
11+
source = "github.com/vmware/vsphere"
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)