diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2019-03-03 13:08:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-03 13:08:32 +0100 |
| commit | 469ab8a58dd8ded64427db6ce945ea7ded7f3b22 (patch) | |
| tree | 4aa0561f4bd215c703e5ab886663b3a8cfd2458b /docs/logs.md | |
| parent | 3274efc33c3a6f81cdf1f248ec35d177bb337e7b (diff) | |
| parent | 8a2b277924d2b816e495feedc75dc95a357cc116 (diff) | |
| download | wiki-469ab8a58dd8ded64427db6ce945ea7ded7f3b22.tar.gz wiki-469ab8a58dd8ded64427db6ce945ea7ded7f3b22.tar.bz2 wiki-469ab8a58dd8ded64427db6ce945ea7ded7f3b22.zip | |
Merge pull request #16 from azerothcore/fix-anchors
Fix anchors
Diffstat (limited to 'docs/logs.md')
| -rw-r--r-- | docs/logs.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/logs.md b/docs/logs.md index 2ac68e0..4d36f00 100644 --- a/docs/logs.md +++ b/docs/logs.md @@ -31,7 +31,7 @@ This table stores all logs from authserver if database logging in config is enab <td><p><strong>Comment</strong></p></td> </tr> <tr class="even"> -<td><p><a href="#logs-time">time</a></p></td> +<td><p><a href="#time">time</a></p></td> <td><p>int(10)</p></td> <td><p>unsigned</p></td> <td><p> </p></td> @@ -41,7 +41,7 @@ This table stores all logs from authserver if database logging in config is enab <td><p> </p></td> </tr> <tr class="odd"> -<td><p><a href="#logs-realm">realm</a></p></td> +<td><p><a href="#realm">realm</a></p></td> <td><p>realm(10)</p></td> <td><p>unsigned</p></td> <td><p> </p></td> @@ -51,7 +51,7 @@ This table stores all logs from authserver if database logging in config is enab <td><p> </p></td> </tr> <tr class="even"> -<td><p><a href="#logs-type">type</a></p></td> +<td><p><a href="#type">type</a></p></td> <td><p>tinyint(3)</p></td> <td><p>unsigned</p></td> <td><p> </p></td> @@ -61,7 +61,7 @@ This table stores all logs from authserver if database logging in config is enab <td><p> </p></td> </tr> <tr class="odd"> -<td><p><a href="#logs-level">level</a></p></td> +<td><p><a href="#level">level</a></p></td> <td><p>tinyint(3)</p></td> <td><p>unsigned</p></td> <td><p> </p></td> @@ -71,7 +71,7 @@ This table stores all logs from authserver if database logging in config is enab <td><p> </p></td> </tr> <tr class="even"> -<td><p><a href="#logs-string">string</a></p></td> +<td><p><a href="#string">string</a></p></td> <td><p>text</p></td> <td><p>signed</p></td> <td><p> </p></td> |
