diff --git a/API-Design.md b/API-Design.md index 7fe80c7..8e242bb 100644 --- a/API-Design.md +++ b/API-Design.md @@ -1,5 +1,5 @@ ### OpenPGP Remote API -Please also read the [Tutorial](https://github.com/open-keychain/open-keychain/wiki/OpenPGP-API/_edit) and try out the demo app before reading this. +Please also read the [[Tutorial|OpenPGP-API]] and try out the demo app before reading this. * The API does not use the Android permission system due to [its problems](http://commonsware.com/blog/2014/02/12/vulnerabilities-custom-permissions.html) ([details](https://github.com/commonsguy/cwac-security/blob/master/PERMS.md)). Instead OpenKeychain stores its own table of granted applications. * The API should be as easy as possible and extendable. Because of this, the AIDL file is kept small and all operations are defined by Intents which can be passed through this interface to the remote service.