diff options
| author | Jonas Häggqvist <rasher@rasher.dk> | 2006-07-22 14:02:07 +0000 |
|---|---|---|
| committer | Jonas Häggqvist <rasher@rasher.dk> | 2006-07-22 14:02:07 +0000 |
| commit | 57327044cdfa8258b8bea8a4d837fa4a7d551aff (patch) | |
| tree | 150b153c1c970e95b46db3f5c1fa82518798cc41 /manual/plugins | |
| parent | e5ee9a25c56a9e4134a4b2123c417e434a364c01 (diff) | |
| download | rockbox-57327044cdfa8258b8bea8a4d837fa4a7d551aff.zip rockbox-57327044cdfa8258b8bea8a4d837fa4a7d551aff.tar.gz rockbox-57327044cdfa8258b8bea8a4d837fa4a7d551aff.tar.bz2 rockbox-57327044cdfa8258b8bea8a4d837fa4a7d551aff.tar.xz | |
Use the \wikilink{} macro instead of \url{} in a number of places.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10284 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins')
| -rwxr-xr-x | manual/plugins/batterybenchmark.tex | 2 | ||||
| -rw-r--r-- | manual/plugins/chip8emulator.tex | 2 | ||||
| -rw-r--r-- | manual/plugins/doom.tex | 2 | ||||
| -rw-r--r-- | manual/plugins/movieplayer.tex | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/manual/plugins/batterybenchmark.tex b/manual/plugins/batterybenchmark.tex index 0e05627..b416590 100755 --- a/manual/plugins/batterybenchmark.tex +++ b/manual/plugins/batterybenchmark.tex @@ -5,7 +5,7 @@ background (TSR plugin), reading various info about your battery while you use it. Once you finish your session you can find the benchmark output data in a file on your \dap\ \fname{/battery\_bench.txt}. Please submit your results to the Rockbox wiki. -\url{http://www.rockbox.org/twiki/bin/view/Main/BatteryRuntime} +\wikilink{BatteryRuntime} \subsubsection{How it works} After you load the plug-in the operation of your \dap\ continues as normal. diff --git a/manual/plugins/chip8emulator.tex b/manual/plugins/chip8emulator.tex index 0f71c6d..8d0877c 100644 --- a/manual/plugins/chip8emulator.tex +++ b/manual/plugins/chip8emulator.tex @@ -52,7 +52,7 @@ Default keymappings: Some places where can you can find \fname{.ch8} files: \begin{itemize} \item The PluginChip8 page on www.rockbox.org has several attached: -\url{http://www.rockbox.org/twiki/bin/view/Main/PluginChip8} +\wikilink{PluginChip8} \item Check out the HP48 chip games section: \url{http://www.hpcalc.org/hp48/games/chip/} \item PC emulator by the guy who wrote the HP48 emulator: diff --git a/manual/plugins/doom.tex b/manual/plugins/doom.tex index e0b07f6..6108f26 100644 --- a/manual/plugins/doom.tex +++ b/manual/plugins/doom.tex @@ -13,7 +13,7 @@ from prboom-2.2.6 \item[Your wad files] Copy all Doom wads you wish to play into that directory. \end{description} The needed files can be found at -\url{http://www.rockbox.org/twiki/bin/view/Main/PluginDoom} +\wikilink{PluginDoom} To play addon wads create the \fname{addons} directory within doom. Place wad files in this directory. Currently doom only supports 10 addons diff --git a/manual/plugins/movieplayer.tex b/manual/plugins/movieplayer.tex index e70657d..3c72559 100644 --- a/manual/plugins/movieplayer.tex +++ b/manual/plugins/movieplayer.tex @@ -3,4 +3,4 @@ Play movies on your \dap! In order to do this, movies must be in AVI format, and then converted to \fname{.RVF}, Rockbox's own video format. For more details on how to use this plugin, please see -\url{http://www.rockbox.org/twiki/bin/view/Main/VideoTutorial}. +\wikilink{VideoTutorial}. |