Skip to content

Commit 5f84c0c

Browse files
authored
Merge pull request #37114 from helayoty/patch-1
fix: Fix scheduling extension broken link
2 parents cba6c20 + 3d8f6a3 commit 5f84c0c

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/extend-kubernetes

1 file changed

+1
-1
lines changed

content/en/docs/concepts/extend-kubernetes/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ clients that access it.
128128

129129
1. The Kubernetes scheduler [decides](/docs/concepts/scheduling-eviction/assign-pod-node/)
130130
which nodes to place pods on. There are several ways to extend scheduling, which are
131-
described in the [scheduler extensions](#scheduler-extensions) section.
131+
described in the [Scheduling extensions](#scheduling-extensions) section.
132132

133133
1. Much of the behavior of Kubernetes is implemented by programs called
134134
{{< glossary_tooltip term_id="controller" text="controllers" >}}, that are

0 commit comments

Comments
 (0)