Skip to content

Commit

Permalink
Update link to same as set up (#8979)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal authored and gravityrail committed Mar 7, 2018
1 parent c3ecf67 commit e2ef82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _inc/client/at-a-glance/backups.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class DashBackups extends Component {
status: isVaultPressInstalled ? 'pro-inactive' : 'pro-uninstalled',
content: __( 'To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.', {
components: {
a: <a href="https://wordpress.com/plugins/vaultpress" target="_blank" rel="noopener noreferrer" />
a: <a href={ `https://wordpress.com/plugins/setup/${ siteRawUrl }?only=backups` } target="_blank" rel="noopener noreferrer" />
}
} )
} );
Expand Down

0 comments on commit e2ef82d

Please sign in to comment.