diff options
| author | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-03-03 12:57:10 +0100 |
|---|---|---|
| committer | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-03-03 12:57:10 +0100 |
| commit | 700c998f49255b0d7b844363d23509cfedc68865 (patch) | |
| tree | caa8871e25b81d90a8d7b481e68a246eae4bb85f /docs/realmlist.md | |
| parent | 3274efc33c3a6f81cdf1f248ec35d177bb337e7b (diff) | |
| download | wiki-700c998f49255b0d7b844363d23509cfedc68865.tar.gz wiki-700c998f49255b0d7b844363d23509cfedc68865.tar.bz2 wiki-700c998f49255b0d7b844363d23509cfedc68865.zip | |
Fix anchors
Diffstat (limited to 'docs/realmlist.md')
| -rw-r--r-- | docs/realmlist.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/realmlist.md b/docs/realmlist.md index 18ad974..32b828f 100644 --- a/docs/realmlist.md +++ b/docs/realmlist.md @@ -21,7 +21,7 @@ This table sets up information on all available realms. Each row controls a diff <td><p><strong>Comment</strong></p></td> </tr> <tr class="even"> -<td><p><a href="#realmlist-id">id</a></p></td> +<td><p><a href="#id">id</a></p></td> <td><p>int(10)</p></td> <td><p>unsigned</p></td> <td><p>PRI</p></td> @@ -33,7 +33,7 @@ This table sets up information on all available realms. Each row controls a diff </p></td> </tr> <tr class="odd"> -<td><p><a href="#realmlist-name">name</a></p></td> +<td><p><a href="#name">name</a></p></td> <td><p>varchar(32)</p></td> <td><p>signed</p></td> <td><p>UNI</p></td> @@ -45,7 +45,7 @@ This table sets up information on all available realms. Each row controls a diff </p></td> </tr> <tr class="even"> -<td><p><a href="#realmlist-address">address</a></p></td> +<td><p><a href="#address">address</a></p></td> <td><p>varchar(255)</p></td> <td><p>signed</p></td> <td><p><br /> @@ -58,7 +58,7 @@ This table sets up information on all available realms. Each row controls a diff </p></td> </tr> <tr class="odd"> -<td><a href="#realmlist-localAddress">localAddress</a></td> +<td><a href="#localAddress">localAddress</a></td> <td>varchar(255)</td> <td>signed</td> <td><br /> @@ -71,7 +71,7 @@ This table sets up information on all available realms. Each row controls a diff </td> </tr> <tr class="even"> -<td><p><a href="#realmlist-port">port</a></p></td> +<td><p><a href="#port">port</a></p></td> <td><p>smallint(5)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -84,7 +84,7 @@ This table sets up information on all available realms. Each row controls a diff </p></td> </tr> <tr class="odd"> -<td><p><a href="#realmlist-icon">icon</a></p></td> +<td><p><a href="#icon">icon</a></p></td> <td><p>tinyint(3)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -97,7 +97,7 @@ This table sets up information on all available realms. Each row controls a diff </p></td> </tr> <tr class="even"> -<td><p><a href="#realmlist-flag">flag</a></p></td> +<td><p><a href="#flag">flag</a></p></td> <td><p>tinyint(3)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -109,7 +109,7 @@ This table sets up information on all available realms. Each row controls a diff <td><p>Updates population status or realm status</p></td> </tr> <tr class="odd"> -<td><p><a href="#realmlist-timezone">timezone</a></p></td> +<td><p><a href="#timezone">timezone</a></p></td> <td><p>tinyint(3)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -122,7 +122,7 @@ This table sets up information on all available realms. Each row controls a diff </p></td> </tr> <tr class="even"> -<td><p><a href="#realmlist-allowedSecurityLevel">allowedSecurityLevel</a></p></td> +<td><p><a href="#allowedSecurityLevel">allowedSecurityLevel</a></p></td> <td><p>tinyint(3)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -135,7 +135,7 @@ This table sets up information on all available realms. Each row controls a diff </p></td> </tr> <tr class="odd"> -<td><p><a href="#realmlist-population">population</a></p></td> +<td><p><a href="#population">population</a></p></td> <td><p>float</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -148,7 +148,7 @@ This table sets up information on all available realms. Each row controls a diff </p></td> </tr> <tr class="even"> -<td><p><a href="#realmlist-gamebuild">gamebuild</a></p></td> +<td><p><a href="#gamebuild">gamebuild</a></p></td> <td><p>int(10)</p></td> <td><p>unsigned</p></td> <td><p><br /> |
