Skip to content

Commit

Permalink
Admin Page: Fix incorrect create account link
Browse files Browse the repository at this point in the history
  • Loading branch information
ebinnion authored and roccotripaldi committed Oct 20, 2016
1 parent 97f288d commit d06ff83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _inc/client/components/jetpack-connect/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const JetpackConnect = React.createClass( {
</p>
<ConnectButton />
<p>
<a href={ this.props.connectUrl } className="jp-jetpack-connect__link">
<a href="https://wordpress.com/start/jetpack/" className="jp-jetpack-connect__link">
{ __( 'No account? Create one for free…' ) }
</a>
</p>
Expand Down

0 comments on commit d06ff83

Please sign in to comment.