Skip to content

Commit

Permalink
Purchases: Fix contact support url on Manage Purchase page
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Nov 27, 2015
1 parent 8a203b7 commit aa50d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/me/purchases/manage-purchase/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ const ManagePurchase = React.createClass( {

renderRemovePurchaseInformation() {
const purchase = getPurchase( this.props ),
contactSupportUrl = 'https://support.wordpress.com/';
contactSupportUrl = 'https://support.wordpress.com/contact/';

if ( ! isRemovable( purchase ) ) {
return null;
Expand Down

0 comments on commit aa50d3f

Please sign in to comment.