File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ entries :
2
+ - description : >
3
+ Fix the migration guide link in the deprecation message of `operator-sdk`
4
+ kind: "bugfix"
5
+ breaking: false
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ func main() {
48
48
"See `operator-sdk init -h` and the following doc on how to scaffold a new project:\n " +
49
49
"https://v0-19-x.sdk.operatorframework.io/docs/golang/quickstart/\n " +
50
50
"To migrate existing projects to the new layout see:\n " +
51
- "https://sdk.operatorframework.io/docs/golang/migration /project_migration_guide/\n "
51
+ "https://sdk.operatorframework.io/docs/building-operators/golang /project_migration_guide/\n "
52
52
projutil .PrintDeprecationWarning (depMsg )
53
53
}
54
54
if err := cli .RunLegacy (); err != nil {
You can’t perform that action at this time.
0 commit comments