1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Fix link to Cloud-Syncing

This commit is contained in:
oisu
2017-12-11 23:45:34 +09:00
parent 042f935133
commit c5b33e025e

View File

@@ -168,9 +168,9 @@ class StoragesTab extends React.Component {
</select> </select>
<div styleName='addStorage-body-section-type-description'> <div styleName='addStorage-body-section-type-description'>
3rd party cloud integration: 3rd party cloud integration:
<a href='https://github.com/BoostIO/Boostnote/wiki/Cloud-Syncing' <a href='https://github.com/BoostIO/Boostnote/wiki/Cloud-Syncing-and-Backup'
onClick={(e) => this.handleLinkClick(e)} onClick={(e) => this.handleLinkClick(e)}
>Cloud-Syncing</a> >Cloud-Syncing-and-Backup</a>
</div> </div>
</div> </div>
</div> </div>