diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-06-06 21:37:17 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-06-07 01:38:55 +0000 |
commit | 2434b6ca258e43e61e6493911c08a5778f25728e (patch) | |
tree | a616c10752502cf0b4a71169baa7ba0a0872c273 /tools | |
parent | e4ee5980c6490c6e4c5cedb8b1b4c37443b1c35a (diff) | |
download | rockbox-2434b6ca258e43e61e6493911c08a5778f25728e.tar.gz rockbox-2434b6ca258e43e61e6493911c08a5778f25728e.tar.bz2 rockbox-2434b6ca258e43e61e6493911c08a5778f25728e.zip |
misc: Remove all 'twiki' references in favor of up-to-date 'wiki' links.
(This migration happened over a decade ago!)
Change-Id: Ib396414a16f2d763e549af49e3f3b03047dab49c
Diffstat (limited to 'tools')
-rw-r--r-- | tools/fwpatcher/iriver.c | 2 | ||||
-rw-r--r-- | tools/iriver.c | 2 | ||||
-rwxr-xr-x | tools/songdb.pl | 2 | ||||
-rw-r--r-- | tools/voicefont.c | 2 | ||||
-rw-r--r-- | tools/voicefont.h | 2 | ||||
-rw-r--r-- | tools/wavtrim.c | 2 | ||||
-rw-r--r-- | tools/wavtrim.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/tools/fwpatcher/iriver.c b/tools/fwpatcher/iriver.c index e24df8c768..0843d9c383 100644 --- a/tools/fwpatcher/iriver.c +++ b/tools/fwpatcher/iriver.c @@ -13,7 +13,7 @@ * bottom of the COPYING file for details on this license. * * Original code from http://www.beermex.com/@spc/ihpfirm.src.zip - * Details at http://www.rockbox.org/twiki/bin/view/Main/IriverToolsGuide + * Details at http://www.rockbox.org/wiki/IriverToolsGuide * ****************************************************************************/ #include <stdio.h> diff --git a/tools/iriver.c b/tools/iriver.c index 4c949c6627..b9ccd2378f 100644 --- a/tools/iriver.c +++ b/tools/iriver.c @@ -13,7 +13,7 @@ * bottom of the COPYING file for details on this license. * * Original code from http://www.beermex.com/@spc/ihpfirm.src.zip - * Details at http://www.rockbox.org/twiki/bin/view/Main/IriverToolsGuide + * Details at http://www.rockbox.org/wiki/IriverToolsGuide * ****************************************************************************/ #include <stdio.h> diff --git a/tools/songdb.pl b/tools/songdb.pl index fba8c2a355..052c3728dc 100755 --- a/tools/songdb.pl +++ b/tools/songdb.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl # # Rockbox song database docs: -# http://www.rockbox.org/twiki/bin/view/Main/DataBase +# http://www.rockbox.org/wiki/DataBase # use mp3info; diff --git a/tools/voicefont.c b/tools/voicefont.c index f4318b3b26..30a82ae5eb 100644 --- a/tools/voicefont.c +++ b/tools/voicefont.c @@ -20,7 +20,7 @@ * A tool to generate the Rockbox "voicefont", a collection of all the UI * strings. * - * Details at http://www.rockbox.org/twiki/bin/view/Main/VoiceBuilding + * Details at http://www.rockbox.org/wiki/VoiceBuilding * ****************************************************************************/ diff --git a/tools/voicefont.h b/tools/voicefont.h index dad7589c26..233f594bd1 100644 --- a/tools/voicefont.h +++ b/tools/voicefont.h @@ -20,7 +20,7 @@ * A tool to generate the Rockbox "voicefont", a collection of all the UI * strings. * - * Details at http://www.rockbox.org/twiki/bin/view/Main/VoiceBuilding + * Details at http://www.rockbox.org/wiki/VoiceBuilding * ****************************************************************************/ diff --git a/tools/wavtrim.c b/tools/wavtrim.c index c2d0351362..560d88dcab 100644 --- a/tools/wavtrim.c +++ b/tools/wavtrim.c @@ -17,7 +17,7 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * Details at http://www.rockbox.org/twiki/bin/view/Main/VoiceBuilding + * Details at http://www.rockbox.org/wiki/VoiceBuilding * ****************************************************************************/ diff --git a/tools/wavtrim.h b/tools/wavtrim.h index 233f80f046..c65e3e2c93 100644 --- a/tools/wavtrim.h +++ b/tools/wavtrim.h @@ -17,7 +17,7 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * Details at http://www.rockbox.org/twiki/bin/view/Main/VoiceBuilding + * Details at http://www.rockbox.org/wiki/VoiceBuilding * ****************************************************************************/ |