From 29e2d214a5ce2ee4ceaf4614413f23c4d5ccc706 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 9 Feb 2024 14:42:27 +0100 Subject: [PATCH] docs: fix link in index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 8bc5dfd3..b1cbb2e0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,4 +10,4 @@ uMap lets you create maps with OpenStreetMap layers in a minute, and embed them - 🤗 Get started and [follow the installation guide](install.md). - 🤩 Want to contribute? [Read the contributing guidelines](contributing.md). -- 🤔 Curious about umap internals? [Check the architecture overview](architecture/overview.md). \ No newline at end of file +- 🤔 Curious about umap internals? [Check the architecture overview](dev/overview.md).