Skip to content

Commit 384916e

Browse files
authored
fixed broken link (#226)
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent 7cc7624 commit 384916e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/create_new_filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This tutorial outlines the steps needed for creating and hooking a new filter
77

88
The tutorial demonstrates the coding of a new filter, which selects inference
99
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/main/pkg/plugins/filter/by_labels.go) file.
10+
[`by_label_selector.go`](https://github.com/llm-d/llm-d-inference-scheduler/blob/main/pkg/plugins/filter/by_label_selector.go) file.
1111

1212
## Introduction to filtering
1313

0 commit comments

Comments
 (0)