Skip to content

Commit a9214f9

Browse files
authored
fix billing page url (#994)
2 parents 277b8b8 + 9a71321 commit a9214f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/plan.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ func getPlan(name string, plans []turso.Plan) turso.Plan {
314314
}
315315

316316
func billingPortal(currentOrg string) error {
317-
url := "https://app.turso.tech/" + currentOrg + "/settings/billing"
317+
url := "https://app.turso.tech/" + currentOrg + "/billing"
318318
msg := "Opening your browser at:"
319319
if err := browser.OpenURL(url); err != nil {
320320
msg = "Access the following URL to manage your payment methods:"

0 commit comments

Comments
 (0)