Skip to content

Commit 2aea9af

Browse files
Merge pull request #143 from solyaris/patch-11
corrected broken links on ChatScript-ClientServer-Manual.md
2 parents b86db1f + c6c0664 commit 2aea9af

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

WIKI/CLIENTS-AND-SERVERS/ChatScript-ClientServer-Manual.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55

66
> Revision 1/07/2016 cs7.1
77
8-
* [Running the server](ChatScript-ClientServer-Manual.html#running-the-server)
9-
* [Unique User Names](ChatScript-ClientServer-Manual.html#unique-user-names)
10-
* [ChatScript protocol](ChatScript-ClientServer-Manual.html#chatscript-protocol)
11-
* [Communicating with the Server](ChatScript-ClientServer-Manual.html#communicating-with-the-server)
12-
* [Testing the server](ChatScript-ClientServer-Manual.html#testing-the-server)
13-
* [Revising a live server](ChatScript-ClientServer-Manual.html#revising-a-live-server)
14-
* [Revising a topic](ChatScript-ClientServer-Manual.html#revising-a-topic)
15-
* [Preparing for compiling on a server](ChatScript-ClientServer-Manual.html#preparing-for-compiling-on-a-server)
16-
* [Testing for server presence](ChatScript-ClientServer-Manual.html#testing-for-server-presence)
17-
* [Server crashes and cron](ChatScript-ClientServer-Manual.html#server-crashes--cron)
18-
* [CPU vs IO bound](ChatScript-ClientServer-Manual.html#cpu-vs-io-bound)
19-
* [Memory issues with multiple servers on a machine](ChatScript-ClientServer-Manual.html#memory-issues-with-multiple-servers-on-a-machine)
20-
* [Commands affecting the server](ChatScript-ClientServer-Manual.html#commands-affecting-the-server)
21-
* [Command Authorization](ChatScript-ClientServer-Manual.html#command-authorization)
22-
* [RESTful server](ChatScript-ClientServer-Manual.html#restful-server)
23-
* [Encryption](ChatScript-ClientServer-Manual.html#encrption)
8+
* [Running the server](ChatScript-ClientServer-Manual.md#running-the-server)
9+
* [Unique User Names](ChatScript-ClientServer-Manual.md#unique-user-names)
10+
* [ChatScript protocol](ChatScript-ClientServer-Manual.md#chatscript-protocol)
11+
* [Communicating with the Server](ChatScript-ClientServer-Manual.md#communicating-with-the-server)
12+
* [Testing the server](ChatScript-ClientServer-Manual.md#testing-the-server)
13+
* [Revising a live server](ChatScript-ClientServer-Manual.md#revising-a-live-server)
14+
* [Revising a topic](ChatScript-ClientServer-Manual.md#revising-a-topic)
15+
* [Preparing for compiling on a server](ChatScript-ClientServer-Manual.md#preparing-for-compiling-on-a-server)
16+
* [Testing for server presence](ChatScript-ClientServer-Manual.md#testing-for-server-presence)
17+
* [Server crashes and cron](ChatScript-ClientServer-Manual.md#server-crashes--cron)
18+
* [CPU vs IO bound](ChatScript-ClientServer-Manual.md#cpu-vs-io-bound)
19+
* [Memory issues with multiple servers on a machine](ChatScript-ClientServer-Manual.md#memory-issues-with-multiple-servers-on-a-machine)
20+
* [Commands affecting the server](ChatScript-ClientServer-Manual.md#commands-affecting-the-server)
21+
* [Command Authorization](ChatScript-ClientServer-Manual.md#command-authorization)
22+
* [RESTful server](ChatScript-ClientServer-Manual.md#restful-server)
23+
* [Encryption](ChatScript-ClientServer-Manual.md#encrption)
2424

2525
While the system defaults to running as a stand-alone chatbot under Windows, when run
2626
under LINUX it defaults to being a server.

0 commit comments

Comments
 (0)