Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / file_manager / foreground / js / metadata / metadata_cache.js
index 51f2bad..64c424d 100644 (file)
@@ -798,7 +798,7 @@ DriveProvider.isAvailableOffline = function(data, entry) {
     return false;
 
   // What's available offline? See the 'Web' column at:
-  // http://support.google.com/drive/bin/answer.py?hl=en&answer=1628467
+  // http://support.google.com/drive/answer/1628467
   var subtype = FileType.getType(entry).subtype;
   return (subtype === 'doc' ||
           subtype === 'draw' ||