Skip to content

Commit

Permalink
fix(cli): update outdated link
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Jun 22, 2023
1 parent df24381 commit a22397c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/openapi2kong.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func newOpenapi2KongCmd() *cobra.Command {
The example file has extensive annotations explaining the conversion
process, as well as all supported custom annotations (x-kong-... directives).
See: https://github.com/Kong/kced/blob/main/docs/learnservice_oas.yaml`,
See: https://github.com/Kong/go-apiops/blob/main/docs/learnservice_oas.yaml`,
RunE: executeOpenapi2Kong,
Args: cobra.NoArgs,
}
Expand Down

0 comments on commit a22397c

Please sign in to comment.