From d71b11ec98cf8c67cfce636d393189105f3f353d Mon Sep 17 00:00:00 2001 From: Steve Clay Date: Tue, 22 Sep 2015 13:16:36 -0400 Subject: [PATCH] Update CommonProblems.wiki.md --- docs/CommonProblems.wiki.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CommonProblems.wiki.md b/docs/CommonProblems.wiki.md index 535a897..c8b8c71 100644 --- a/docs/CommonProblems.wiki.md +++ b/docs/CommonProblems.wiki.md @@ -53,7 +53,7 @@ Scriptaculous 1.8.2 (and probably all 1.x) has an [autoloader script](http://git If you upload files using [Coda or Transmit](http://groups.google.com/group/coda-users/browse_thread/thread/572d2dc315ec02e7/) or from a Windows PC to a non-Windows server, your new files may end up with the wrong `mtime` (timestamp) on the server, confusing the cache system. -Setting the [$min\_uploaderHoursBehind option](http://code.google.com/p/minify/source/browse/tags/release_2.1.3/min/config.php#129) in `config.php` can compensate for this. +Setting the [$min\_uploaderHoursBehind option](https://github.com/mrclay/minify/blob/master/min/config.php#L171) in `config.php` can compensate for this. WinSCP has a [Daylight Saving Time option](http://winscp.net/eng/docs/ui_login_environment#daylight_saving_time) that can prevent this issue. @@ -126,4 +126,4 @@ This may also appear as "Virtual Directory does not allow contents to be listed" ## See Also - * [Debugging](Debugging.md) \ No newline at end of file + * [Debugging](Debugging.md)