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/pool_template.md | |
| parent | 3274efc33c3a6f81cdf1f248ec35d177bb337e7b (diff) | |
| download | wiki-700c998f49255b0d7b844363d23509cfedc68865.tar.gz wiki-700c998f49255b0d7b844363d23509cfedc68865.tar.bz2 wiki-700c998f49255b0d7b844363d23509cfedc68865.zip | |
Fix anchors
Diffstat (limited to 'docs/pool_template.md')
| -rw-r--r-- | docs/pool_template.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/pool_template.md b/docs/pool_template.md index 1604c47..beebdfa 100644 --- a/docs/pool_template.md +++ b/docs/pool_template.md @@ -31,7 +31,7 @@ Each unique pool is defined in this table. <td><p><strong>Comment</strong></p></td> </tr> <tr class="even"> -<td><p><a href="#pool_template-entry">entry</a></p></td> +<td><p><a href="#entry">entry</a></p></td> <td><p>mediumint(8)</p></td> <td><p>unsigned</p></td> <td><p>PRI</p></td> @@ -41,7 +41,7 @@ Each unique pool is defined in this table. <td><p>Pool entry</p></td> </tr> <tr class="odd"> -<td><p><a href="#pool_template-max_limit">max_limit</a></p></td> +<td><p><a href="#max_limit">max_limit</a></p></td> <td><p>int(10)</p></td> <td><p>unsigned</p></td> <td><p> </p></td> @@ -51,7 +51,7 @@ Each unique pool is defined in this table. <td><p>Max number of objects (0) is no limit</p></td> </tr> <tr class="even"> -<td><p><a href="#pool_template-description">description</a></p></td> +<td><p><a href="#description">description</a></p></td> <td><p>varchar(255)</p></td> <td><p>signed</p></td> <td><p> </p></td> |
