From c2abaa9e278628d8af33d48f9bbb0090af25f020 Mon Sep 17 00:00:00 2001 From: Kevin Schaul Date: Fri, 25 Aug 2023 14:09:03 -0500 Subject: [PATCH] docs: fix references in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d3e68fa..11962bc9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [github-action-ci]: https://github.com/maputnik/editor/actions?query=workflow%3Aci [license]: https://tldrlegal.com/license/mit-license -A free and open visual editor for the [Mapbox GL styles](https://www.mapbox.com/mapbox-gl-style-spec/) +A free and open visual editor for the [MapLibre GL styles](https://maplibre.org/maplibre-style-spec/) targeted at developers and map designers. @@ -36,7 +36,7 @@ The documentation can be found in the [Wiki](https://github.com/maputnik/editor/ ## Develop -Maputnik is written in ES6 and is using [React](https://github.com/facebook/react) and [Mapbox GL JS](https://www.mapbox.com/mapbox-gl-js/api/). +Maputnik is written in ES6 and is using [React](https://github.com/facebook/react) and [MapLibre GL JS](https://maplibre.org/projects/maplibre-gl-js/). We ensure building and developing Maputnik works with the [current active LTS Node.js version and above](https://github.com/nodejs/Release#release-schedule).