Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit e18108b

Browse files
committed
Changes requested in review
1 parent 3c86347 commit e18108b

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/brackets.config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"about_icon" : "styles/images/brackets_icon.svg",
77
"update_info_url" : "http://dev.brackets.io/updates/stable/",
88
"how_to_use_url" : "https://github.com/adobe/brackets/wiki/How-to-Use-Brackets",
9-
"support_url" : "http://help.brackets.io",
10-
"get_involved_url" : "https://github.com/adobe/brackets",
9+
"support_url" : "https://github.com/adobe/brackets/wiki/Troubleshooting",
10+
"suggest_feature_url" : "https://github.com/adobe/brackets/wiki/Suggest-a-Feature",
11+
"get_involved_url" : "https://github.com/adobe/brackets/blob/master/CONTRIBUTING.md",
1112
"glob_help_url" : "https://github.com/adobe/brackets/wiki/Using-File-Filters",
1213
"release_notes_url" : "https://github.com/adobe/brackets/wiki/Release-Notes",
1314
"twitter_url" : "https://twitter.com/brackets",

src/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"how_to_use_url": "https://github.com/adobe/brackets/wiki/How-to-Use-Brackets",
88
"support_url": "https://github.com/adobe/brackets/wiki/Troubleshooting",
99
"suggest_feature_url": "https://github.com/adobe/brackets/wiki/Suggest-a-Feature",
10-
"get_involved_url": "https://github.com/adobe/brackets",
10+
"get_involved_url": "https://github.com/adobe/brackets/blob/master/CONTRIBUTING.md",
1111
"glob_help_url": "https://github.com/adobe/brackets/wiki/Using-File-Filters",
1212
"release_notes_url": "https://github.com/adobe/brackets/wiki/Release-Notes",
1313
"twitter_url": "https://twitter.com/brackets",

src/nls/root/strings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ define({
349349
"CMD_SUPPORT" : "Support for Using {APP_NAME}",
350350
"CMD_SUGGEST" : "Suggest a Feature",
351351
"CMD_RELEASE_NOTES" : "Release Notes",
352-
"CMD_GET_INVOLVED" : "Hacking on Brackets",
352+
"CMD_GET_INVOLVED" : "Get Involved",
353353
"CMD_SHOW_EXTENSIONS_FOLDER" : "Show Extensions Folder",
354354
"CMD_TWITTER" : "{TWITTER_NAME} on Twitter",
355355
"CMD_ABOUT" : "About {APP_TITLE}",

0 commit comments

Comments
 (0)