summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2018-12-08 15:52:31 (GMT)
committerGitHub <noreply@github.com>2018-12-08 15:52:31 (GMT)
commit089d7dafd2892ccc75c620c08f1a9da0260072b4 (patch)
treec483a36de0fbdddd71bc34e7c043ff8b1a20b616
parent4527ee311a0f6c034da32a800bbce53ac2163b0b (diff)
parent4cda8f612403c6feb6b596c101ddf1e5d6fe35e0 (diff)
downloadDoxygen-089d7dafd2892ccc75c620c08f1a9da0260072b4.zip
Doxygen-089d7dafd2892ccc75c620c08f1a9da0260072b4.tar.gz
Doxygen-089d7dafd2892ccc75c620c08f1a9da0260072b4.tar.bz2
Merge pull request #6667 from coliff/patch-1
Fix HTTPS links
-rw-r--r--jquery/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/jquery/README b/jquery/README
index b8b115a..0d316f9 100644
--- a/jquery/README
+++ b/jquery/README
@@ -1,7 +1,7 @@
Doxygen's jquery.js script is composed of minified versions of the following
packages:
-- jquery 1.7.1: http://jquery.com/download/
-- jquery.ui 1.8.18: https://code.google.com/p/jquery-ui/downloads/list
+- jquery 1.7.1: https://jquery.com/download/
+- jquery.ui 1.8.18: https://github.com/jquery/jquery-ui
modules required:
- jquery.ui.core
- jquery.ui.widget
@@ -9,8 +9,8 @@ packages:
- jquery.ui.resizable
- jquery.hashchange: 1.3: http://benalman.com/projects/jquery-hashchange-plugin/
- jquery.scrollTo: 1.4.2: https://github.com/flesler/jquery.scrollTo
-- jquery.powertip: 1.2.0: http://stevenbenner.github.io/jquery-powertip/
+- jquery.powertip: 1.2.0: https://stevenbenner.github.io/jquery-powertip/
- jquery.touchpunch: 0.2.3: http://touchpunch.furf.com/
-- jquery.smartmenus: 1.0.0: http://www.smartmenus.org/
+- jquery.smartmenus: 1.0.0: https://www.smartmenus.org/
The Makefile will built the jquery.js files used by doxygen.