diff --git a/app/views/user_upgrades/_stripe_payment_safebooru.html.erb b/app/views/user_upgrades/_stripe_payment_safebooru.html.erb index 242718ddc..1847efd79 100644 --- a/app/views/user_upgrades/_stripe_payment_safebooru.html.erb +++ b/app/views/user_upgrades/_stripe_payment_safebooru.html.erb @@ -1,3 +1,3 @@
You can pay with a credit or debit card on <%= link_to "Safebooru", new_user_upgrade_path(:only_path => false, :domain => "donmai.us", :subdomain => "safebooru", :protocol => "https") %>. Your account will then also be upgraded on Danbooru. You can login to Safebooru with the same username and password you use on Danbooru.
+You can pay with a credit or debit card on <%= link_to "Safebooru", new_user_upgrade_url(domain: "safebooru.donmai.us", protocol: "https") %>. Your account will then also be upgraded on Danbooru. You can login to Safebooru with the same username and password you use on Danbooru.