Skip to content

Commit 4d2f6f6

Browse files
nirrozenbaumvMaroon
authored andcommitted
fixed broken link
Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>
1 parent 51fb8c1 commit 4d2f6f6

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/dev/pkg/scheduling/plugins/filter/by_labels.go) file.
10+
[`by_labels.go`](https://github.com/llm-d/llm-d-inference-scheduler/blob/main/pkg/scheduling/plugins/filter/by_labels.go) file.
1111

1212
## Introduction to filtering
1313

0 commit comments

Comments
 (0)