1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Fixing links

This commit is contained in:
Laurent Cozic
2019-04-18 15:11:56 +01:00
parent 6a3f04274d
commit a974eb5d9f
9 changed files with 14 additions and 14 deletions

View File

@@ -221,7 +221,7 @@ class EncryptionConfigScreenComponent extends BaseScreenComponent {
{<View style={{backgroundColor: theme.warningBackgroundColor, paddingTop: 5, paddingBottom: 5, paddingLeft: 10, paddingRight: 10 }}>
<Text>{_('For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:')}</Text>
<TouchableOpacity onPress={() => { Linking.openURL('https://joplinapp.org/e2ee') }}><Text>https://joplinapp.org/e2ee</Text></TouchableOpacity>
<TouchableOpacity onPress={() => { Linking.openURL('https://joplinapp.org/e2ee/') }}><Text>https://joplinapp.org/e2ee/</Text></TouchableOpacity>
</View>}
<Text style={this.styles().titleText}>{_('Status')}</Text>