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/channels.md | |
| parent | 3274efc33c3a6f81cdf1f248ec35d177bb337e7b (diff) | |
| download | wiki-700c998f49255b0d7b844363d23509cfedc68865.tar.gz wiki-700c998f49255b0d7b844363d23509cfedc68865.tar.bz2 wiki-700c998f49255b0d7b844363d23509cfedc68865.zip | |
Fix anchors
Diffstat (limited to 'docs/channels.md')
| -rw-r--r-- | docs/channels.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/channels.md b/docs/channels.md index 7b0115d..722bd7a 100644 --- a/docs/channels.md +++ b/docs/channels.md @@ -31,7 +31,7 @@ Information and settings for ingame, player-based chat channels (not affecting t <td><p><strong>Comment</strong></p></td> </tr> <tr class="even"> -<td><p><a href="#channels-m_name">name</a></p></td> +<td><p><a href="#m_name">name</a></p></td> <td><p>varchar(128)</p></td> <td><p>signed</p></td> <td><p>PRI</p></td> @@ -41,7 +41,7 @@ Information and settings for ingame, player-based chat channels (not affecting t <td><p> </p></td> </tr> <tr class="odd"> -<td><p><a href="#channels-m_team">team</a></p></td> +<td><p><a href="#m_team">team</a></p></td> <td><p>int(10)</p></td> <td><p>unsigned</p></td> <td><p>PRI</p></td> @@ -51,7 +51,7 @@ Information and settings for ingame, player-based chat channels (not affecting t <td><p> </p></td> </tr> <tr class="even"> -<td><p><a href="#channels-m_announce">announce</a></p></td> +<td><p><a href="#m_announce">announce</a></p></td> <td><p>tinyint(3)</p></td> <td><p>unsigned</p></td> <td><p> </p></td> @@ -61,7 +61,7 @@ Information and settings for ingame, player-based chat channels (not affecting t <td><p> </p></td> </tr> <tr class="odd"> -<td><p><a href="#channels-m_ownership">ownership</a></p></td> +<td><p><a href="#m_ownership">ownership</a></p></td> <td><p>tinyint(3)</p></td> <td><p>unsigned</p></td> <td><p> </p></td> @@ -71,7 +71,7 @@ Information and settings for ingame, player-based chat channels (not affecting t <td><p> </p></td> </tr> <tr class="even"> -<td><p><a href="#channels-m_password">password</a></p></td> +<td><p><a href="#m_password">password</a></p></td> <td><p>varchar(32)</p></td> <td><p>signed</p></td> <td><p> </p></td> @@ -81,7 +81,7 @@ Information and settings for ingame, player-based chat channels (not affecting t <td><p> </p></td> </tr> <tr class="odd"> -<td><p><a href="#channels-BannedList">bannedList</a></p></td> +<td><p><a href="#BannedList">bannedList</a></p></td> <td><p>text</p></td> <td><p>signed</p></td> <td><p> </p></td> @@ -91,7 +91,7 @@ Information and settings for ingame, player-based chat channels (not affecting t <td><p> </p></td> </tr> <tr class="even"> -<td><p><a href="#channels-last_used">lastUsed</a></p></td> +<td><p><a href="#last_used">lastUsed</a></p></td> <td><p>int(10)</p></td> <td><p>unsigned</p></td> <td><p> </p></td> |
