From f4ba0500af84c44cae23993934c5e078eea863d4 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 15 Jul 2021 09:20:31 -0700 Subject: [PATCH] doc: Minor corrections --- doc/FAQ.md | 2 +- doc/QuickStart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index 12c83368..595460a3 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -83,7 +83,7 @@ For example: general.preserve_newlines set to 1 !regset general.max_newlines 4 - general.preserve_newlines set to 4 + general.max_newlines set to 4 !sh printf "a\nb\nc\nd\ne\n" a diff --git a/doc/QuickStart.md b/doc/QuickStart.md index d79c63d2..20350d8d 100644 --- a/doc/QuickStart.md +++ b/doc/QuickStart.md @@ -78,7 +78,7 @@ After git-cloning (or unpacking the ZIP archives) you should have a directory na Name | Description --- | --- -[`Plang/`](../Plang) | Plang scripting language +[`Plang/`](https://github.com/pragma-/Plang) | Plang scripting language [`lib/`](../lib) | PBot source tree [`script/`](../script) | PBot executables (e.g., [`script/pbot`](../script/pbot)) [`modules/`](../modules) | External command-line executables invokable as PBot commands