Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Replaces community url on extension page
Browse files Browse the repository at this point in the history
Resolves #8252

Auditors: @bsclifton

Test Plan:
- Visit about:prefrences#extensions
- Click on the link at the bottom
  • Loading branch information
NejcZdovc committed Apr 12, 2017
1 parent b1a6c61 commit 2d6df46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/components/preferences/extensionsTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class ExtensionsTab extends ImmutableComponent {
<span data-l10n-id='community'
className={css(styles.moreInfoLink)}
onClick={aboutActions.createTabRequested.bind(null, {
url: 'https://community.brave.com'
url: 'https://community.brave.com/c/feature-requests/extension-requests'
}, true)} />.
</HelpfulText>
</footer>
Expand Down

1 comment on commit 2d6df46

@bsclifton
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.