1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Merge pull request #1272 from oisu/cloud-sync-comment

Fix link to Cloud-Syncing
This commit is contained in:
Kazz Yokomizo
2017-12-12 01:09:25 +09:00
committed by GitHub

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>