From 34838a1e1151e614fa40205e6bc24248c3bf0083 Mon Sep 17 00:00:00 2001 From: Geoff Date: Thu, 8 Oct 2015 15:05:53 -0700 Subject: [PATCH] Update the download URLs for Firefox, Safari, Opera, MSIE --- js/jquery.reject.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/jquery.reject.js b/js/jquery.reject.js index a672b81..b5a78bc 100644 --- a/js/jquery.reject.js +++ b/js/jquery.reject.js @@ -44,19 +44,19 @@ $.reject = function(options) { }, firefox: { text: 'Mozilla Firefox', - url: 'http://www.mozilla.com/firefox/' + url: 'https://www.mozilla.org/en-US/firefox/new/' }, safari: { text: 'Safari', - url: 'http://www.apple.com/safari/download/' + url: 'http://www.apple.com/safari/' }, opera: { text: 'Opera', - url: 'http://www.opera.com/download/' + url: 'http://www.opera.com/computer/' }, msie: { text: 'Internet Explorer', - url: 'http://www.microsoft.com/windows/Internet-explorer/' + url: 'http://windows.microsoft.com/en-us/internet-explorer/download-ie' } },