Skip to content

Commit

Permalink
new csat link (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
etsai-stripe committed Dec 7, 2021
1 parent 720733d commit 0aeb810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/feedback.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func newFeedbackdCmd() *feedbackCmd {
Short: "Provide us with feedback on the CLI",
Run: func(cmd *cobra.Command, args []string) {
os := getOS()
url := fmt.Sprintf("https://stri.pe/cli-feedback%s", os)
url := fmt.Sprintf("https://stripe.com/docs/dev-tools-csat%s&devTool=cli", os)

output := `
_ _
Expand Down

0 comments on commit 0aeb810

Please sign in to comment.