diff --git a/doc/README.md b/doc/README.md index 1b0dbbbb..39c203ca 100644 --- a/doc/README.md +++ b/doc/README.md @@ -107,7 +107,7 @@ Example paths configuration: ```javascript require.config({ paths: { - jquery: 'http://code.jquery.com/jquery-1.11.3', + jquery: 'https://code.jquery.com/jquery-1.11.3', 'jquery.powertip': '../dist/jquery.powertip' } }); diff --git a/examples/examples.html b/examples/examples.html index 18d4de4f..4290e594 100644 --- a/examples/examples.html +++ b/examples/examples.html @@ -12,7 +12,7 @@ #events-examples input, #api-examples input { margin: 10px; padding: 10px 30px; } - + diff --git a/test/amd.html b/test/amd.html index 31f41583..1011d423 100644 --- a/test/amd.html +++ b/test/amd.html @@ -3,9 +3,9 @@ PowerTip AMD Test Suite - + - +
diff --git a/test/amd.js b/test/amd.js index 3e2855d4..7b0e35b7 100644 --- a/test/amd.js +++ b/test/amd.js @@ -1,7 +1,7 @@ require.config({ paths: { - jquery: 'http://code.jquery.com/jquery-1.12.3', - qunit: 'http://code.jquery.com/qunit/qunit-1.23.1', + jquery: 'https://code.jquery.com/jquery-1.12.3', + qunit: 'https://code.jquery.com/qunit/qunit-1.23.1', 'jquery.powertip': '../dist/jquery.powertip' } }); diff --git a/test/edge-cases.html b/test/edge-cases.html index 57a09dcd..6794bb32 100644 --- a/test/edge-cases.html +++ b/test/edge-cases.html @@ -5,7 +5,7 @@ PowerTip Edge Case Tests - + diff --git a/test/index.html b/test/index.html index 8139dd61..99aab709 100644 --- a/test/index.html +++ b/test/index.html @@ -5,9 +5,9 @@ PowerTip Test Suite - - - + + +