docs: fix broken relative link to maps overview in map class doc
The link target was corrected from `../maps.html` to `../../maps.html` to properly resolve the path to the top-level maps overview page from within the `modules/core/` directory. This resolves issue #672 where the link was pointing to a non-existent location.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
^title Map Class
|
||||
|
||||
An associative collection that maps keys to values. More details [here](../maps.html).
|
||||
An associative collection that maps keys to values. More details [here](../../maps.html).
|
||||
|
||||
## Methods
|
||||
|
||||
|
||||
Reference in New Issue
Block a user