From 2762565869586fe3e183fa96e1df1e95336adc5a Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 11 Jan 2020 19:43:52 -0800 Subject: [PATCH] README.md: fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef6832ee..0438040e 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,7 @@ You can use factoids as variables and interpolate them within commands. !echo greeting is $greeting greeting is Hello, world -PBot `$variable` interpolation supports [expansion modifiers](doc/Factoids#expansion-modifiers), which can be chained to +PBot variable interpolation supports [expansion modifiers](doc/Factoids.md#expansion-modifiers), which can be chained to combine their effects. !echo $greeting:uc