Skip to content

Commit e9fdf48

Browse files
authored
Merge pull request #36820 from akankshakumari393/fix_link_storage_class
Fix Broken link for storageClass on configure-persistent-volume-storage page
2 parents 8aa7890 + 3c19825 commit e9fdf48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ PersistentVolume uses a file or directory on the Node to emulate network-attache
8686
In a production cluster, you would not use hostPath. Instead a cluster administrator
8787
would provision a network resource like a Google Compute Engine persistent disk,
8888
an NFS share, or an Amazon Elastic Block Store volume. Cluster administrators can also
89-
use [StorageClasses](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#storageclass-v1-storage)
89+
use [StorageClasses](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#storageclass-v1-storage-k8s-io)
9090
to set up
9191
[dynamic provisioning](/blog/2016/10/dynamic-provisioning-and-storage-in-kubernetes).
9292

0 commit comments

Comments
 (0)