From 3a1c2a5fb1d944f73704754fdfcda956a1f7b492 Mon Sep 17 00:00:00 2001 From: antontranelis <31516529+antontranelis@users.noreply.github.com> Date: Fri, 24 Jan 2025 12:21:31 +0000 Subject: [PATCH] Update README.md --- examples/static-layers/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/static-layers/README.md b/examples/static-layers/README.md index ca5d2b80..95ec8a38 100644 --- a/examples/static-layers/README.md +++ b/examples/static-layers/README.md @@ -1,6 +1,6 @@ # Tutorial 2: Static Layers -In [Tutorial 1](/j2dJaA3gw) we learnd how we create a basic map app with [utopia-ui](https://github.com/utopia-os/utopia-ui). Now we add some static layer. +In [Tutorial 1](../1-basic-map) we learnd how we create a basic map app with [utopia-ui](https://github.com/utopia-os/utopia-ui). Now we add some static layer. First we put some sample data in a new file called `src/sample-data.js` @@ -53,4 +53,4 @@ and than we create our two `` inside of our `` component markerDefaultColor='#007' data={places} /> -``` \ No newline at end of file +```