Skip to content

Commit f1cdc34

Browse files
committed
chore: support url is now single
1 parent 096d977 commit f1cdc34

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"account_url": "https://account.phcode.io/",
77
"how_to_use_url": "https://github.com/adobe/brackets/wiki/How-to-Use-Brackets",
88
"docs_url": "https://docs.phcode.dev/",
9-
"support_url": "https://github.com/phcode-dev/phoenix/discussions",
10-
"support_url_account": "https://account.phcode.io/?returnUrl=https%3A%2F%2Faccount.phcode.io%2F%23support",
9+
"support_url": "https://account.phcode.io/?returnUrl=https%3A%2F%2Faccount.phcode.io%2F%23support",
1110
"suggest_feature_url": "https://github.com/phcode-dev/phoenix/discussions/categories/ideas",
1211
"report_issue_url": "https://github.com/phcode-dev/phoenix/issues/new/choose",
1312
"get_involved_url": "https://github.com/phcode-dev/phoenix/discussions/77",

src/services/profile-menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ define(function (require, exports, module) {
7272
}
7373

7474
function _handleContactSupportBtnClick() {
75-
Phoenix.app.openURLInDefaultBrowser(brackets.config.support_url_account);
75+
Phoenix.app.openURLInDefaultBrowser(brackets.config.support_url);
7676
}
7777

7878
function _handleAccountDetailsBtnClick() {

0 commit comments

Comments
 (0)