|
From: Kouhei S. <nul...@cl...> - 2013-11-05 13:09:05
|
Kouhei Sutou 2013-11-05 22:08:44 +0900 (Tue, 05 Nov 2013) New Revision: 41ebd0f3655388405bde028caa1a42a6f8180e05 https://github.com/clear-code/cutter/commit/41ebd0f3655388405bde028caa1a42a6f8180e05 Message: html: follow redirect download URL change on SF.net http://downloads.sourceforge.net/project/cutter/... -> http://downloads.sourceforge.net/ cutter/... ^^^^^^^^ Modified files: html/.htaccess Modified: html/.htaccess (+4 -4) =================================================================== --- html/.htaccess 2013-11-05 21:59:50 +0900 (6456f46) +++ html/.htaccess 2013-11-05 22:08:44 +0900 (0bed7ac) @@ -1,4 +1,4 @@ -Redirect permanent /debian/ http://downloads.sourceforge.net/project/cutter/debian/ -Redirect permanent /ubuntu/ http://downloads.sourceforge.net/project/cutter/ubuntu/ -Redirect permanent /centos/ http://downloads.sourceforge.net/project/cutter/centos/ -Redirect permanent /fedora/ http://downloads.sourceforge.net/project/cutter/fedora/ +Redirect permanent /debian/ http://downloads.sourceforge.net/cutter/debian/ +Redirect permanent /ubuntu/ http://downloads.sourceforge.net/cutter/ubuntu/ +Redirect permanent /centos/ http://downloads.sourceforge.net/cutter/centos/ +Redirect permanent /fedora/ http://downloads.sourceforge.net/cutter/fedora/ |