From 3c4c4f95f03cdd318a5d00b01904852e4bc92e45 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 25 Sep 2020 13:52:22 -0700 Subject: [PATCH] doc/Plugins/Plang.md: fix link to maps doc --- doc/Plugins/Plang.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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