From 1784c43abd01e041f0ccd246015760774934f513 Mon Sep 17 00:00:00 2001 From: awjin Date: Wed, 2 Feb 2022 16:26:11 -0800 Subject: [PATCH] Fix broken link. --- source/documentation/values/maps.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/documentation/values/maps.html.md.erb b/source/documentation/values/maps.html.md.erb index 7d089f941..81ae2eab4 100644 --- a/source/documentation/values/maps.html.md.erb +++ b/source/documentation/values/maps.html.md.erb @@ -96,7 +96,7 @@ returns a copy of `$map` with the value at `$key` set to `$value`. Instead of setting values one-by-one, you can also merge two existing maps using [`map.merge($map1, $map2)`][]. -[`map.merge($map1, $map2)` function]: ../modules/map#merge +[`map.merge($map1, $map2)`]: ../modules/map#merge <% example(autogen_css: false) do %> @use "sass:map";