diff options
author | Sudarsana Babu Nagineni <sudarsana.babu@mapbox.com> | 2018-07-30 14:39:01 +0300 |
---|---|---|
committer | Sudarsana Babu Nagineni <sudarsana.babu@mapbox.com> | 2018-07-30 15:21:18 +0300 |
commit | 377a6e42d687c419e6ae1012b8626336f5dfc1b6 (patch) | |
tree | 6f9d9e3da72c1ab7075687573da31c4b10617612 /platform/qt | |
parent | e4281fb3c8732baa0b5b67c77642c1a012f6250f (diff) | |
download | qtlocation-mapboxgl-377a6e42d687c419e6ae1012b8626336f5dfc1b6.tar.gz |
[Qt] Fix link to Qt public API headers in README.md
Diffstat (limited to 'platform/qt')
-rw-r--r-- | platform/qt/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/qt/README.md b/platform/qt/README.md index f083d4b519..42906ec3cd 100644 --- a/platform/qt/README.md +++ b/platform/qt/README.md @@ -53,7 +53,7 @@ At runtime, you will also need installed: ### Build instructions -Public API headers can be found in the [platform/qt/include](qt/include) directory. +Public API headers can be found in the [platform/qt/include](include) directory. #### Linux and macOS |