3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

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

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 The `userget` function returns a `Map` containing all the metadata of the user, or
`null` if there is no user matching `name`. `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 ## Examples
### Basic examples ### Basic examples