summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/main.c
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/sansapatcher/main.c
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/sansapatcher/main.c')
-rw-r--r--rbutil/sansapatcher/main.c2
1 files changed, 1 insertions, 1 deletions
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 {