diff options
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | app/config.json | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index aa61f6cb69..dbdbe5f87f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ Line wrap the file at 100 chars. Th ## [Unreleased] +### Changed +- The "Buy more credit" button is changed to open a dedicated account login page instead of one + having a create account form first. ## [2018.2-beta3] - 2018-08-09 diff --git a/app/config.json b/app/config.json index f4a9d973c2..f28b2ca3b0 100644 --- a/app/config.json +++ b/app/config.json @@ -1,7 +1,7 @@ { "links": { "createAccount": "https://mullvad.net/account/create/", - "purchase": "https://mullvad.net/account/", + "purchase": "https://mullvad.net/account/login/", "faq": "https://mullvad.net/faq/", "guides": "https://mullvad.net/guides/", "download": "https://mullvad.net/download/", |
