summaryrefslogtreecommitdiff
path: root/rbutil
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-06-06 21:37:17 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-06-07 01:38:55 +0000
commit2434b6ca258e43e61e6493911c08a5778f25728e (patch)
treea616c10752502cf0b4a71169baa7ba0a0872c273 /rbutil
parente4ee5980c6490c6e4c5cedb8b1b4c37443b1c35a (diff)
downloadrockbox-2434b6ca258e43e61e6493911c08a5778f25728e.tar.gz
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 'rbutil')
-rw-r--r--rbutil/ipodpatcher/main.c2
-rw-r--r--rbutil/sansapatcher/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/ipodpatcher/main.c b/rbutil/ipodpatcher/main.c
index e82fbf53f3..634bb250c0 100644
--- a/rbutil/ipodpatcher/main.c
+++ b/rbutil/ipodpatcher/main.c
@@ -64,7 +64,7 @@ void print_macpod_warning(void)
64 printf("[INFO] *** WARNING FOR ROCKBOX USERS\n"); 64 printf("[INFO] *** WARNING FOR ROCKBOX USERS\n");
65 printf("[INFO] *** You must convert this ipod to FAT32 format (aka a \"winpod\")\n"); 65 printf("[INFO] *** You must convert this ipod to FAT32 format (aka a \"winpod\")\n");
66 printf("[INFO] *** if you want to run Rockbox. Rockbox WILL NOT work on this ipod.\n"); 66 printf("[INFO] *** if you want to run Rockbox. Rockbox WILL NOT work on this ipod.\n");
67 printf("[INFO] *** See http://www.rockbox.org/twiki/bin/view/Main/IpodConversionToFAT32\n"); 67 printf("[INFO] *** See http://www.rockbox.org/wiki/IpodConversionToFAT32\n");
68 printf("[INFO] ************************************************************************\n"); 68 printf("[INFO] ************************************************************************\n");
69} 69}
70 70
diff --git a/rbutil/sansapatcher/main.c b/rbutil/sansapatcher/main.c
index 29c2f915bb..acf2fb070a 100644
--- a/rbutil/sansapatcher/main.c
+++ b/rbutil/sansapatcher/main.c
@@ -279,7 +279,7 @@ int main(int argc, char* argv[])
279 printf("[ERR] *** OLD ROCKBOX INSTALLATION DETECTED, ABORTING.\n"); 279 printf("[ERR] *** OLD ROCKBOX INSTALLATION DETECTED, ABORTING.\n");
280 printf("[ERR] *** You must reinstall the original Sansa firmware before running\n"); 280 printf("[ERR] *** You must reinstall the original Sansa firmware before running\n");
281 printf("[ERR] *** sansapatcher for the first time.\n"); 281 printf("[ERR] *** sansapatcher for the first time.\n");
282 printf("[ERR] *** See http://www.rockbox.org/twiki/bin/view/Main/SansaE200Install\n"); 282 printf("[ERR] *** See http://www.rockbox.org/wiki/SansaE200Install\n");
283 printf("[ERR] ************************************************************************\n"); 283 printf("[ERR] ************************************************************************\n");
284 res = 4; 284 res = 4;
285 } else { 285 } else {