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