We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277b8b8 commit 9a71321Copy full SHA for 9a71321
1 file changed
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