From 592f43d44c8466af52f7ee435ecfeaedb9e3840c Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Sat, 18 Mar 2017 17:36:45 -0400 Subject: [PATCH] convention --- README.md | 2 +- docs/{Android Setup.md => ANDROID.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{Android Setup.md => ANDROID.md} (100%) diff --git a/README.md b/README.md index 0e7439b..9140fab 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Find the corresponding mobileconfig (Apple Profile) for each user and send it to ### Android Devices -You need to install the [StrongSwan VPN Client for Android 4 and newer](https://play.google.com/store/apps/details?id=org.strongswan.android) because no version of Android supports IKEv2. Import the corresponding user.p12 certificate to your device. See the [Android setup instructions](/docs/Android%20Setup.md) for more detailed steps. +You need to install the [StrongSwan VPN Client for Android 4 and newer](https://play.google.com/store/apps/details?id=org.strongswan.android) because no version of Android supports IKEv2. Import the corresponding user.p12 certificate to your device. See the [Android setup instructions](/docs/ANDROID.md) for more detailed steps. ### Windows diff --git a/docs/Android Setup.md b/docs/ANDROID.md similarity index 100% rename from docs/Android Setup.md rename to docs/ANDROID.md