diff --git a/README.md b/README.md index d87296eb4c..18e9f491d7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ and Dropbox: [release](http://maps.me/release), [debug](http://maps.me/debug). To create one or many map files, first build the project, then use `generate_mwm.sh` script from `tools/unix` to create a single mwm file from pbf/o5m/bz2 source, or `generate_planet.sh` to generate multiple countries at once from a planet o5m file. See detailed instructions -in [MWM.md](https://github.com/mapsme/omim/tree/master/docs/MWM.md). +in [MAPS.md](https://github.com/mapsme/omim/tree/master/docs/MAPS.md). ## Map styles diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 0df8d4176f..bbba0b457f 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -91,7 +91,7 @@ iOS devices, use iTunes. into a resource directory, e.g. `/Applications/MAPS.ME/Content/Resources` on Mac OS X. Placing these into a maps directory should also work. -For instructions on making your own maps, see [MWM.md](MWM.md). +For instructions on making your own maps, see [MAPS.md](MAPS.md). ## Maps Generator @@ -146,7 +146,7 @@ easy to type. to SDK and NDK. Or specify these in command line: --sdk /Users/yourusername/Library/Android/sdk \ - --ndk /Users/yourusername/Library/Android/android-ndk-r10d + --ndk /Users/yourusername/Library/Android/ndk * Go to `omim/android` and run `./gradlew clean assembleWebRelease`. * There are `Release`, `Beta` and `Debug` builds. diff --git a/docs/MWM.md b/docs/MAPS.md similarity index 100% rename from docs/MWM.md rename to docs/MAPS.md