We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 277b8b8 + 9a71321 commit a9214f9Copy full SHA for a9214f9
internal/cmd/plan.go
@@ -314,7 +314,7 @@ func getPlan(name string, plans []turso.Plan) turso.Plan {
314
}
315
316
func billingPortal(currentOrg string) error {
317
- url := "https://app.turso.tech/" + currentOrg + "/settings/billing"
+ url := "https://app.turso.tech/" + currentOrg + "/billing"
318
msg := "Opening your browser at:"
319
if err := browser.OpenURL(url); err != nil {
320
msg = "Access the following URL to manage your payment methods:"
0 commit comments