We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fb8c1 commit 4d2f6f6Copy full SHA for 4d2f6f6
docs/create_new_filter.md
@@ -7,7 +7,7 @@ This tutorial outlines the steps needed for creating and hooking a new filter
7
8
The tutorial demonstrates the coding of a new filter, which selects inference
9
serving Pods based on their labels. All relevant code is contained in the
10
- [`by_labels.go`](https://github.com/llm-d/llm-d-inference-scheduler/blob/dev/pkg/scheduling/plugins/filter/by_labels.go) file.
+ [`by_labels.go`](https://github.com/llm-d/llm-d-inference-scheduler/blob/main/pkg/scheduling/plugins/filter/by_labels.go) file.
11
12
## Introduction to filtering
13
0 commit comments