Skip to content

Commit b1fbdfb

Browse files
Merge pull request #136 from solyaris/patch-5
corrected broken links on ChatScript-Advanced-User-Manual.md
2 parents f85c610 + 6adbf12 commit b1fbdfb

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

WIKI/ChatScript-Advanced-User-Manual.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
© Bruce Wilcox, [email protected] www.brilligunderstanding.com<br>
33
<br>Revision 5/7/2017 cs7.42
44

5-
* [Review](ChatScript-Advanced-User-Manual.html#review-overview-of-how-cs-works)
6-
* [Advanced Concepts](ChatScript-Advanced-User-Manual.html#advanced-concepts)
7-
* [Advanced Topics](ChatScript-Advanced-User-Manual.html#advanced-topics)
8-
* [Advanced Patterns](ChatScript-Advanced-User-Manual.html#advanced-patterns)
9-
* [Advanced Output](ChatScript-Advanced-User-Manual.html#advanced-output)
10-
* [Advanced Variables](ChatScript-Advanced-User-Manual.html#advanced-variables)
11-
* [Out of Band Communication](ChatScript-Advanced-User-Manual.html#out-of-band-communication)
12-
* [System callback functions](ChatScript-Advanced-User-Manual.html#system-callback-functions)
13-
* [Advanced :build](ChatScript-Advanced-User-Manual.html#advanced-build)
14-
* [Editing Non-topic Files](ChatScript-Advanced-User-Manual.html#editing-non-topic-files)
15-
* [Common Script Idioms](ChatScript-Advanced-User-Manual.html#common-script-idioms)
16-
* [Esoterica and Fine Detail](ChatScript-Advanced-User-Manual.html#esoterica-and-fine-detail)
17-
* [Self-Reflection](ChatScript-Advanced-User-Manual.html#self-reflection)
18-
* [A Fresh build](ChatScript-Advanced-User-Manual.html#a-fresh-build)
19-
* [Updating CS versions Easily](ChatScript-Advanced-User-Manual.html#updating-cs-versions-easily)
20-
* [The Dictionary](ChatScript-Advanced-User-Manual.html#the-dictionary)
5+
* [Review](ChatScript-Advanced-User-Manual.md#review-overview-of-how-cs-works)
6+
* [Advanced Concepts](ChatScript-Advanced-User-Manual.md#advanced-concepts)
7+
* [Advanced Topics](ChatScript-Advanced-User-Manual.md#advanced-topics)
8+
* [Advanced Patterns](ChatScript-Advanced-User-Manual.md#advanced-patterns)
9+
* [Advanced Output](ChatScript-Advanced-User-Manual.md#advanced-output)
10+
* [Advanced Variables](ChatScript-Advanced-User-Manual.md#advanced-variables)
11+
* [Out of Band Communication](ChatScript-Advanced-User-Manual.md#out-of-band-communication)
12+
* [System callback functions](ChatScript-Advanced-User-Manual.md#system-callback-functions)
13+
* [Advanced :build](ChatScript-Advanced-User-Manual.md#advanced-build)
14+
* [Editing Non-topic Files](ChatScript-Advanced-User-Manual.md#editing-non-topic-files)
15+
* [Common Script Idioms](ChatScript-Advanced-User-Manual.md#common-script-idioms)
16+
* [Esoterica and Fine Detail](ChatScript-Advanced-User-Manual.md#esoterica-and-fine-detail)
17+
* [Self-Reflection](ChatScript-Advanced-User-Manual.md#self-reflection)
18+
* [A Fresh build](ChatScript-Advanced-User-Manual.md#a-fresh-build)
19+
* [Updating CS versions Easily](ChatScript-Advanced-User-Manual.md#updating-cs-versions-easily)
20+
* [The Dictionary](ChatScript-Advanced-User-Manual.md#the-dictionary)
2121

2222

2323
# Review: Overview of how CS works
@@ -374,7 +374,7 @@ The flags and their meanings are:
374374
|`nosamples` | should not perform any sample tests on this topic in `:verify`
375375
|`nokeys` | should not perform any keyword tests on this topic in `:verify`
376376
|`more` | normally if you try to redeclare a concept, you get an error. `more` tells CS you intend to extend the concept and allows additional keywords.
377-
|`bot=name` | if this is given, only named bots are allowed to use this topic. See [ChatScript Multiple Bots](ChatScript-Multiple-Bots.html) manual.
377+
|`bot=name` | if this is given, only named bots are allowed to use this topic. See [ChatScript Multiple Bots](ChatScript-Multiple-Bots.md) manual.
378378

379379

380380
## Rules that erase and repeat
@@ -1620,7 +1620,7 @@ early termination effects.
16201620
# System Functions
16211621

16221622
There are many system functions to perform specific tasks. These are enumerated in the
1623-
[ChatScript System Functions Manual](ChatScript-System-Functions-Manual.html) and the [ChatScript Fact Manual](ChatScript-Fact-Manual.html).
1623+
[ChatScript System Functions Manual](ChatScript-System-Functions-Manual.md) and the [ChatScript Fact Manual](ChatScript-Fact-Manual.md).
16241624

16251625

16261626
## Randomized Output Revisited `[ ]`
@@ -1753,7 +1753,7 @@ then you need to evaluate it another time.
17531753

17541754
Equivalently `^gambit(^$$tmp1)` is legal.
17551755

1756-
See also Indirect Pattern Elements in [ChatScript Pattern Redux](ChatScript-Pattern-Redux.html) manual.
1756+
See also Indirect Pattern Elements in [ChatScript Pattern Redux](ChatScript-Pattern-Redux.md) manual.
17571757

17581758

17591759
## Bot variables
@@ -2094,7 +2094,7 @@ $tmp = ##first
20942094

20952095
## Defining private Queries
20962096

2097-
see [ChatScript Fact Manual](ChatScript-Fact-Manual.html).
2097+
see [ChatScript Fact Manual](ChatScript-Fact-Manual.md).
20982098

20992099

21002100
## Documenting variables, functions, factsets, and match variables
@@ -2685,5 +2685,5 @@ them when you run CS.
26852685

26862686
---
26872687

2688-
[[Wiki home](/WIKI/README.html)] - [[Basic User Manual](ChatScript-Basic-User-Manual.html)]
2688+
[[Wiki home](/WIKI/README.md)] - [[Basic User Manual](ChatScript-Basic-User-Manual.md)]
26892689

0 commit comments

Comments
 (0)