diff --git a/README.md b/README.md index 87935dc3..f6c57c3e 100644 --- a/README.md +++ b/README.md @@ -81,11 +81,11 @@ The released software is an initial development release version: The main purpose of the reference wallet implementation is to showcase the ecosystem and act as a technical example of how to integrate and use all of the available components. If you're planning to use it as a production application, we recommend reviewing the following steps: -- Configure the application properly by following the guide here: https://github.com/niscy-eudiw/eudi-app-android-wallet-ui/blob/main/wiki/configuration.md -- Ensure the PIN storage configuration matches your security requirements or provide your own by following this guide: https://github.com/niscy-eudiw/eudi-app-android-wallet-ui/blob/main/wiki/configuration.md#pin-storage-configuration +- Configure the application properly by following the guide [here](wiki/configuration.md) +- Ensure the PIN storage configuration matches your security requirements or provide your own by following this guide [Pin Storage Configuration](wiki/configuration.md#pin-storage-configuration) - Ensure the application meets the OWASP MASVS industry standard. Please refer to the following links for further information on the controls you must implement to ensure maximum compliance: - - https://mas.owasp.org/MASVS/ - - https://developer.android.com/google/play/integrity + - [OWASP MASVS](https://mas.owasp.org/MASVS/) + - [Play Integrity API](https://developer.android.com/google/play/integrity) ## How to contribute