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";