diff --git a/doc/Plugins/Plang.md b/doc/Plugins/Plang.md index f72d398e..07a751cd 100644 --- a/doc/Plugins/Plang.md +++ b/doc/Plugins/Plang.md @@ -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