diff options
author | Eduard Popov <edpop@users.noreply.github.com> | 2017-11-16 04:10:30 +1000 |
---|---|---|
committer | Jason Wray <friedbunny@users.noreply.github.com> | 2017-11-15 13:10:30 -0500 |
commit | dcd7da14f6627a09a5840a3046b5708449962f69 (patch) | |
tree | c80c5cdbe6f657775bb2a3f91bbefccf0680e9b4 /platform/node | |
parent | 3bef7593a64a51e86dd5a2ed9fd36b4a143350b0 (diff) | |
download | qtlocation-mapboxgl-dcd7da14f6627a09a5840a3046b5708449962f69.tar.gz |
[docs] Fix link in node readme (#10395)
Diffstat (limited to 'platform/node')
-rw-r--r-- | platform/node/DEVELOPING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/node/DEVELOPING.md b/platform/node/DEVELOPING.md index 4e8da881a8..b313d75c13 100644 --- a/platform/node/DEVELOPING.md +++ b/platform/node/DEVELOPING.md @@ -1,6 +1,6 @@ # Developing the Mapbox GL Native Node.js module -This document explains how to build the [Node.js](https://nodejs.org/) bindings for [../../README.md](Mapbox GL Native) for contributing to the development of the bindings themselves. If you just want to use the module, you can simply install it via `npm`; see [README.md](README.md) for installation and usage instructions. +This document explains how to build the [Node.js](https://nodejs.org/) bindings for [Mapbox GL Native](../../README.md) for contributing to the development of the bindings themselves. If you just want to use the module, you can simply install it via `npm`; see [README.md](README.md) for installation and usage instructions. ## Building |