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 /rbutil/sansapatcher | |
parent | e4ee5980c6490c6e4c5cedb8b1b4c37443b1c35a (diff) | |
download | rockbox-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')
-rw-r--r-- | rbutil/sansapatcher/main.c | 2 |
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[]) printf("[ERR] *** OLD ROCKBOX INSTALLATION DETECTED, ABORTING.\n"); printf("[ERR] *** You must reinstall the original Sansa firmware before running\n"); printf("[ERR] *** sansapatcher for the first time.\n"); - printf("[ERR] *** See http://www.rockbox.org/twiki/bin/view/Main/SansaE200Install\n"); + printf("[ERR] *** See http://www.rockbox.org/wiki/SansaE200Install\n"); printf("[ERR] ************************************************************************\n"); res = 4; } else { |