Skip to content

Commit d4ab03e

Browse files
Fix Broken link to storageClass on configure-persistent-volume-storage.md
1 parent cf5a889 commit d4ab03e

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/concepts/storage/storage-classes/)
9090
to set up
9191
[dynamic provisioning](/blog/2016/10/dynamic-provisioning-and-storage-in-kubernetes).
9292

0 commit comments

Comments
 (0)