Skip to content

Commit 3240a59

Browse files
authored
Merge pull request #43469 from sagidlow/BZ-2062563
BZ-2062563: Fixing an external link
2 parents 6b372e2 + 1556da1 commit 3240a59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ Additional VMware vSphere configuration parameters are described in the followin
12781278
|`platform.vsphere.username`
12791279
|The user name to use to connect to the vCenter instance with. This user must have at least
12801280
the roles and privileges that are required for
1281-
link:https://vmware.github.io/vsphere-storage-for-kubernetes/documentation/vcp-roles.html[static or dynamic persistent volume provisioning]
1281+
link:https://github.com/vmware-archive/vsphere-storage-for-kubernetes/blob/master/documentation/vcp-roles.md[static or dynamic persistent volume provisioning]
12821282
in vSphere.
12831283
|String
12841284

modules/installation-vsphere-config-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ value must match the number of control plane machines that you deploy.
134134
<7> The fully-qualified hostname or IP address of the vCenter server.
135135
<8> The name of the user for accessing the server. This user must have at least
136136
the roles and privileges that are required for
137-
link:https://vmware.github.io/vsphere-storage-for-kubernetes/documentation/vcp-roles.html[static or dynamic persistent volume provisioning]
137+
link:https://github.com/vmware-archive/vsphere-storage-for-kubernetes/blob/master/documentation/vcp-roles.md[static or dynamic persistent volume provisioning]
138138
in vSphere.
139139
<9> The password associated with the vSphere user.
140140
<10> The vSphere datacenter.

0 commit comments

Comments
 (0)