diff --git a/docs/style-guide/style.mdx b/docs/style-guide/style.mdx index de79065..b6cf38d 100644 --- a/docs/style-guide/style.mdx +++ b/docs/style-guide/style.mdx @@ -1167,7 +1167,7 @@ Declaration and initialization are visually distinct. Where possible, provide capacity hints when initializing maps with `make()`. See -[Specifying Map Capacity Hints](#specifying-map-capacity-hints) +[Specifying Map Capacity Hints](performance.mdx#specifying-map-capacity-hints) for more information. On the other hand, if the map holds a fixed list of elements,