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() {
4848 "See `operator-sdk init -h` and the following doc on how to scaffold a new project:\n " +
4949 "https://v0-19-x.sdk.operatorframework.io/docs/golang/quickstart/\n " +
5050 "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 "
5252 projutil .PrintDeprecationWarning (depMsg )
5353 }
5454 if err := cli .RunLegacy (); err != nil {
You can’t perform that action at this time.
0 commit comments