Skip to content

Commit 50a099b

Browse files
authored
Fix broken link to docs in readme (#67)
The link [complete API documentation](https://labs.maptiler.com/maptiler-client-js) is not working (404 File not found). Replace the link https://labs.maptiler.com/maptiler-client-js -> https://docs.maptiler.com/client-js/
1 parent d1ba04c commit 50a099b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ npm install --save @maptiler/client
4444
```
4545

4646
# API documentation
47-
In addition to the details and examples provided in this readme, check out the [complete API documentation](https://labs.maptiler.com/maptiler-client-js).
47+
In addition to the details and examples provided in this readme, check out the [complete API documentation](https://docs.maptiler.com/client-js/).
4848

4949
# Quick start
5050
```ts

0 commit comments

Comments
 (0)