Skip to content

Commit 29eaf74

Browse files
authored
Merge pull request #22108 from pjhwa/fix-22107
Fix issue with links to wrong section name
2 parents 04252f2 + 427b4ec commit 29eaf74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/concepts/storage/storage-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ be updated once they are created.
4141

4242
Administrators can specify a default StorageClass just for PVCs that don't
4343
request any particular class to bind to: see the
44-
[PersistentVolumeClaim section](/docs/concepts/storage/persistent-volumes/#class-1)
44+
[PersistentVolumeClaim section](/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)
4545
for details.
4646

4747
```yaml

content/en/docs/tasks/administer-cluster/change-default-storage-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Depending on the installation method, your Kubernetes cluster may be deployed wi
2424
an existing StorageClass that is marked as default. This default StorageClass
2525
is then used to dynamically provision storage for PersistentVolumeClaims
2626
that do not require any specific storage class. See
27-
[PersistentVolumeClaim documentation](/docs/concepts/storage/persistent-volumes/#class-1)
27+
[PersistentVolumeClaim documentation](/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)
2828
for details.
2929

3030
The pre-installed default StorageClass may not fit well with your expected workload;

0 commit comments

Comments
 (0)