From ab73c0a89e754692910c5938f6fc5ca263ffa762 Mon Sep 17 00:00:00 2001 From: katamartin Date: Thu, 12 Oct 2023 17:28:08 -0400 Subject: [PATCH] Update docs references in README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 775eaf0..c2f205f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # carbonplan / maps -**interactive data-driven webmaps — [demo](https://maps.demo.carbonplan.org)** +**interactive data-driven webmaps — [docs](https://docs.carbonplan.org/maps), [demo](https://maps.demo.carbonplan.org)** [![GitHub][github-badge]][github] [![Build Status]][actions] @@ -103,8 +103,6 @@ Finally, if we want to render multiple arrays at once (and do math on them), we ``` -More docs are coming soon! - ## thanks We owe enormous credit to existing open source libraries in the ecosystem, in particular `mapbox-gl-js` and `leaflet`. We've also taken inspiration from the design of `react-three-fiber` in terms of how to wrap a rendering library with `react`.