Change OverlayBlocker doc url

This commit is contained in:
cyril lopez 2018-01-12 17:53:48 +01:00
parent 977a79eaff
commit 100c70a2ac

View File

@ -39,7 +39,7 @@ class OverlayBlocker extends React.Component {
<FormattedMessage id="components.OverlayBlocker.description" />
</p>
<div className={styles.buttonContainer}>
<a className={cn(styles.primary, 'btn')} href="http://strapi.io" target="_blank">Read the documentation</a>
<a className={cn(styles.primary, 'btn')} href="https://strapi.io/documentation/configurations/configurations.html#server" target="_blank">Read the documentation</a>
</div>
</div>
</div>