From 109e4f3a0c9a41ca08504726bc3d939ec26d7919 Mon Sep 17 00:00:00 2001 From: Steven Gay Date: Tue, 22 Apr 2025 00:55:04 +1000 Subject: [PATCH] doc: update link to map method (#24281) --- doc/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs.md b/doc/docs.md index b5a2159b33..2cc0f53e09 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -1504,7 +1504,7 @@ Maps are ordered by insertion, like dictionaries in Python. The order is a guaranteed language feature. This may change in the future. See all methods of -[map](https://modules.vlang.io/index.html#map) +[map](https://modules.vlang.io/builtin.html#map) and [maps](https://modules.vlang.io/maps.html).