Skip to content

Commit 22be49d

Browse files
authored
Fix link to scale subresource
add missing leading /
1 parent d4d55a7 commit 22be49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/run-application/configure-pdb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ specified by one of the built-in Kubernetes controllers:
4949
In this case, make a note of the controller's `.spec.selector`; the same
5050
selector goes into the PDBs `.spec.selector`.
5151

52-
From version 1.15 PDBs support custom controllers where the [scale subresource](docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#scale-subresource) is enabled.
52+
From version 1.15 PDBs support custom controllers where the [scale subresource](/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#scale-subresource) is enabled.
5353

5454
You can also use PDBs with pods which are not controlled by one of the above
5555
controllers, or arbitrary groups of pods, but there are some restrictions,

0 commit comments

Comments
 (0)