Browse code

Corrections to links in UserManual.

Micah Snyder authored on 2018/11/29 01:36:53
Showing 2 changed files
... ...
@@ -10,11 +10,10 @@ Table Of Contents
10 10
 2. Installing ClamAV
11 11
     * [Unix/Linux/macOS](UserManual/Installation-Unix.md)
12 12
     * [Windows](UserManual/Installation-Windows.md)
13
-3. [Configuring ClamAV](UserManual/Configuration.md)
14
-4. [Using ClamAV](UserManual/Usage.md)
15
-5. [ClamAV Developer Tips and Tricks](UserManual/development.md)
16
-6. [Build \[lib\]ClamAV Into Your Programs](UserManual/libclamav.md)
17
-7. [Writing ClamAV Signatures](UserManual/Signatures.md)
13
+3. [Using ClamAV](UserManual/Usage.md)
14
+4. [ClamAV Developer Tips and Tricks](UserManual/development.md)
15
+5. [Build \[lib\]ClamAV Into Your Programs](UserManual/libclamav.md)
16
+6. [Writing ClamAV Signatures](UserManual/Signatures.md)
18 17
 
19 18
 -----
20 19
 
... ...
@@ -4,11 +4,12 @@
4 4
 
5 5
 <!-- TOC depthFrom:2 depthTo:6 withLinks:1 updateOnSave:1 orderedList:0 -->
6 6
 
7
-- [Purpose](#purpose)
8
-- [Daemon](#daemon)
9
-- [Scanner](#scanner)
10
-- [Signature Testing and Management](#signature-testing-and-management)
11
-- [Configuration](#configuration)
7
+- [Usage](#usage)
8
+  - [Purpose](#purpose)
9
+  - [Daemon](#daemon)
10
+  - [Scanner](#scanner)
11
+  - [Signature Testing and Management](#signature-testing-and-management)
12
+  - [Configuration](#configuration)
12 13
 
13 14
 <!-- /TOC -->
14 15
 
... ...
@@ -38,7 +39,7 @@ The ClamAV Daemon, or [`clamd`](Usage/Scanning.md#clamd), is a multi-threaded da
38 38
 
39 39
 ---
40 40
 
41
-ClamAV also provides a command-line tool for [simple scanning](Usage/Scanning.md) tasks with *libclamav* called [`clamscan`](Usage/Scanning,md#clamscan). Unlike the daemon, `clamscan` is not a persistent process and is best suited for use cases where one-time scanning with minimal setup is needed.
41
+ClamAV also provides a command-line tool for [simple scanning](Usage/Scanning.md) tasks with *libclamav* called [`clamscan`](Usage/Scanning.md#clamscan). Unlike the daemon, `clamscan` is not a persistent process and is best suited for use cases where one-time scanning with minimal setup is needed.
42 42
 
43 43
 ---
44 44