Wine-Bug:https://bugs.winehq.org/show_bug.cgi?id=50516 Wine-Bug:https://bugs.winehq.org/show_bug.cgi?id=49884
Signed-off-by: Floris Renaud jkfloris@dds.nl --- templates/en/documentation.template | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/templates/en/documentation.template b/templates/en/documentation.template index d0d1b6f9..ce28b225 100644 --- a/templates/en/documentation.template +++ b/templates/en/documentation.template @@ -26,33 +26,33 @@ </li> </ul>
- <h2>Man Pages</h2> + <h2><a href="https://wiki.winehq.org/Man_Pages">Man Pages</a></h2> <ul> - <li><a href="{$root}/docs/wine">wine man page</a> + <li><a href="https://wiki.winehq.org/Man_Pages/wine">wine man page</a> <br>Command line options for the wine binary.</li><br>
- <li><a href="{$root}/docs/wineserver">wineserver man page</a> + <li><a href="https://wiki.winehq.org/Man_Pages/wineserver">wineserver man page</a> <br>Command line options for the wineserver binary.</li><br>
- <li><a href="{$root}/docs/winebuild">winebuild man page</a> + <li><a href="https://wiki.winehq.org/Man_Pages/winebuild">winebuild man page</a> <br>Command line options for the winebuild binary.</li><br>
- <li><a href="{$root}/docs/winedump">winedump man page</a> + <li><a href="https://wiki.winehq.org/Man_Pages/winedump">winedump man page</a> <br>Command line options for the winedump binary.</li><br>
- <li><a href="{$root}/docs/winemaker">winemaker man page</a> + <li><a href="https://wiki.winehq.org/Man_Pages/winemaker">winemaker man page</a> <br>Command line options for the winemaker script.</li><br>
- <li><a href="{$root}/docs/widl">widl man page</a> + <li><a href="https://wiki.winehq.org/Man_Pages/widl">widl man page</a> <br>Command line options for the IDL compiler.</li><br>
- <li><a href="{$root}/docs/wmc">wmc man page</a> + <li><a href="https://wiki.winehq.org/Man_Pages/wmc">wmc man page</a> <br>Command line options for the message compiler.</li><br>
- <li><a href="{$root}/docs/wrc">wrc man page</a> + <li><a href="https://wiki.winehq.org/Man_Pages/wrc">wrc man page</a> <br>Command line options for the resource compiler.</li><br>
- <li><a href="{$root}/docs/winegcc">winegcc man page</a> + <li><a href="https://wiki.winehq.org/Man_Pages/winegcc">winegcc man page</a> <br>Command line options for the winegcc compiler.</li><br> </ul>