doc/Plugins/Plang.md: fix link to maps doc

This commit is contained in:
Pragmatic Software 2020-09-25 13:52:22 -07:00
parent 381c6ac235
commit 3c4c4f95f0
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ The `userget` function takes one parameter: `name`.
The `userget` function returns a `Map` containing all the metadata of the user, or
`null` if there is no user matching `name`.
See the [Plang Map documentation](https://github.com/pragma-/Plang#map) for a refresher on using Plang maps.
See the [Plang Map documentation](https://github.com/pragma-/Plang#maps) for a refresher on using Plang maps.
## Examples
### Basic examples