Skip to content

Commit 03c2570

Browse files
pradeepnnvEric Stroczynskicamilamacedo86
authored
Fix Migration Guide link (#3876)
Co-authored-by: Eric Stroczynski <[email protected]> Co-authored-by: Camila Macedo <[email protected]>
1 parent a080ad2 commit 03c2570

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
entries:
2+
- description: >
3+
Fix the migration guide link in the deprecation message of `operator-sdk`
4+
kind: "bugfix"
5+
breaking: false

cmd/operator-sdk/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)