diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2018-10-09 13:21:51 +0200 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2018-10-09 15:40:28 +0200 |
commit | f997dc30b9c61349fc143f47a0aee24ad8527daa (patch) | |
tree | 523fd5c1f87e9b830d2273afd32d71bc9f9b8ec4 | |
parent | 1e71075b3f0084d581a0b3c2d45e5fabb9ad2ec1 (diff) | |
download | qtlocation-mapboxgl-f997dc30b9c61349fc143f47a0aee24ad8527daa.tar.gz |
[android] - fix readme to point to correct developing.md in root
-rw-r--r-- | platform/android/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/README.md b/platform/android/README.md index 31e0a94f2c..7925b9e7e6 100644 --- a/platform/android/README.md +++ b/platform/android/README.md @@ -46,7 +46,7 @@ These dependencies are required for all operating systems and all platform targe - [ccache](https://ccache.samba.org/) (optional) **Note**: We partially support C++14 because GCC 4.9 does not fully implement the -final draft of the C++14 standard. More information in [DEVELOPING.md](DEVELOPING.md). +final draft of the C++14 standard. More information in [DEVELOPING.md](../../DEVELOPING.md). **Note**: On macOS you can install clang with installing the [Apple command line developer tools](https://developer.apple.com/download/). |