diff options
| author | Ray <[email protected]> | 2018-09-03 22:37:30 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-09-03 22:37:30 +0200 |
| commit | 139c9fd6a0898375cb849e34cfdee37965ba6022 (patch) | |
| tree | 55c1f00a3db95306942a7e67b273db093d820c9f /examples | |
| parent | 7d6a6b75a0b3c5ee1d8c0486d0897b616635f4ef (diff) | |
| download | raylib.com-139c9fd6a0898375cb849e34cfdee37965ba6022.tar.gz raylib.com-139c9fd6a0898375cb849e34cfdee37965ba6022.zip | |
Update loaders to use SSL
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/web/audio/loader.html | 14 | ||||
| -rw-r--r-- | examples/web/core/loader.html | 14 | ||||
| -rw-r--r-- | examples/web/models/loader.html | 14 | ||||
| -rw-r--r-- | examples/web/physac/loader.html | 14 | ||||
| -rw-r--r-- | examples/web/shaders/loader.html | 14 | ||||
| -rw-r--r-- | examples/web/shapes/loader.html | 14 | ||||
| -rw-r--r-- | examples/web/text/loader.html | 14 | ||||
| -rw-r--r-- | examples/web/textures/loader.html | 14 |
8 files changed, 56 insertions, 56 deletions
diff --git a/examples/web/audio/loader.html b/examples/web/audio/loader.html index 93d7260..21c3aca 100644 --- a/examples/web/audio/loader.html +++ b/examples/web/audio/loader.html @@ -11,17 +11,17 @@ <!-- Facebook metatags for sharing --> <meta property="og:title" content="raylib - example"/> - <meta property="og:image" content="http://www.raylib.com/common/img/fb_raylib_logo.png"/> - <meta property="og:url" content="http://www.raylib.com" /> + <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/> + <meta property="og:url" content="https://www.raylib.com" /> <meta property="og:site_name" content="raylib"/> <meta property="og:description" content="This a small example of what you can do with raylib"/> <!-- Add jQuery library --> - <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> + <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> <!-- hightlight.js - Syntax highlighting for the Web --> - <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> - <script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> + <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script> <style type="text/css"> @font-face { @@ -149,7 +149,7 @@ // As a default initial behavior, pop up an alert when webgl context is lost. To make your // application robust, you may want to override this behavior before shipping! - // See http://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15.2 + // See https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15.2 //canvas.addEventListener("webglcontextlost", function(e) { alert('WebGL context lost. You will need to reload the page.'); e.preventDefault(); }, false); //return canvas; @@ -200,7 +200,7 @@ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','http://www.google-analytics.com/analytics.js','ga'); + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-45733555-1', 'raylib.com'); ga('require', 'linkid', 'linkid.js'); diff --git a/examples/web/core/loader.html b/examples/web/core/loader.html index 93d7260..21c3aca 100644 --- a/examples/web/core/loader.html +++ b/examples/web/core/loader.html @@ -11,17 +11,17 @@ <!-- Facebook metatags for sharing --> <meta property="og:title" content="raylib - example"/> - <meta property="og:image" content="http://www.raylib.com/common/img/fb_raylib_logo.png"/> - <meta property="og:url" content="http://www.raylib.com" /> + <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/> + <meta property="og:url" content="https://www.raylib.com" /> <meta property="og:site_name" content="raylib"/> <meta property="og:description" content="This a small example of what you can do with raylib"/> <!-- Add jQuery library --> - <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> + <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> <!-- hightlight.js - Syntax highlighting for the Web --> - <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> - <script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> + <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script> <style type="text/css"> @font-face { @@ -149,7 +149,7 @@ // As a default initial behavior, pop up an alert when webgl context is lost. To make your // application robust, you may want to override this behavior before shipping! - // See http://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15.2 + // See https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15.2 //canvas.addEventListener("webglcontextlost", function(e) { alert('WebGL context lost. You will need to reload the page.'); e.preventDefault(); }, false); //return canvas; @@ -200,7 +200,7 @@ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','http://www.google-analytics.com/analytics.js','ga'); + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-45733555-1', 'raylib.com'); ga('require', 'linkid', 'linkid.js'); diff --git a/examples/web/models/loader.html b/examples/web/models/loader.html index a56ac70..ea9ae39 100644 --- a/examples/web/models/loader.html +++ b/examples/web/models/loader.html @@ -11,17 +11,17 @@ <!-- Facebook metatags for sharing --> <meta property="og:title" content="raylib - example"/> - <meta property="og:image" content="http://www.raylib.com/common/img/fb_raylib_logo.png"/> - <meta property="og:url" content="http://www.raylib.com" /> + <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/> + <meta property="og:url" content="https://www.raylib.com" /> <meta property="og:site_name" content="raylib"/> <meta property="og:description" content="This a small example of what you can do with raylib"/> <!-- Add jQuery library --> - <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> + <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> <!-- hightlight.js - Syntax highlighting for the Web --> - <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> - <script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> + <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script> <style type="text/css"> @font-face { @@ -151,7 +151,7 @@ // As a default initial behavior, pop up an alert when webgl context is lost. To make your // application robust, you may want to override this behavior before shipping! - // See http://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15.2 + // See https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15.2 //canvas.addEventListener("webglcontextlost", function(e) { alert('WebGL context lost. You will need to reload the page.'); e.preventDefault(); }, false); //return canvas; @@ -202,7 +202,7 @@ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','http://www.google-analytics.com/analytics.js','ga'); + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-45733555-1', 'raylib.com'); ga('require', 'linkid', 'linkid.js'); diff --git a/examples/web/physac/loader.html b/examples/web/physac/loader.html index 93d7260..21c3aca 100644 --- a/examples/web/physac/loader.html +++ b/examples/web/physac/loader.html @@ -11,17 +11,17 @@ <!-- Facebook metatags for sharing --> <meta property="og:title" content="raylib - example"/> - <meta property="og:image" content="http://www.raylib.com/common/img/fb_raylib_logo.png"/> - <meta property="og:url" content="http://www.raylib.com" /> + <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/> + <meta property="og:url" content="https://www.raylib.com" /> <meta property="og:site_name" content="raylib"/> <meta property="og:description" content="This a small example of what you can do with raylib"/> <!-- Add jQuery library --> - <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> + <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> <!-- hightlight.js - Syntax highlighting for the Web --> - <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> - <script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> + <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script> <style type="text/css"> @font-face { @@ -149,7 +149,7 @@ // As a default initial behavior, pop up an alert when webgl context is lost. To make your // application robust, you may want to override this behavior before shipping! - // See http://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15.2 + // See https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15.2 //canvas.addEventListener("webglcontextlost", function(e) { alert('WebGL context lost. You will need to reload the page.'); e.preventDefault(); }, false); //return canvas; @@ -200,7 +200,7 @@ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','http://www.google-analytics.com/analytics.js','ga'); + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-45733555-1', 'raylib.com'); ga('require', 'linkid', 'linkid.js'); diff --git a/examples/web/shaders/loader.html b/examples/web/shaders/loader.html index 93d7260..21c3aca 100644 --- a/examples/web/shaders/loader.html +++ b/examples/web/shaders/loader.html @@ -11,17 +11,17 @@ <!-- Facebook metatags for sharing --> <meta property="og:title" content="raylib - example"/> - <meta property="og:image" content="http://www.raylib.com/common/img/fb_raylib_logo.png"/> - <meta property="og:url" content="http://www.raylib.com" /> + <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/> + <meta property="og:url" content="https://www.raylib.com" /> <meta property="og:site_name" content="raylib"/> <meta property="og:description" content="This a small example of what you can do with raylib"/> <!-- Add jQuery library --> - <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> + <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> <!-- hightlight.js - Syntax highlighting for the Web --> - <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> - <script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> + <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script> <style type="text/css"> @font-face { @@ -149,7 +149,7 @@ // As a default initial behavior, pop up an alert when webgl context is lost. To make your // application robust, you may want to override this behavior before shipping! - // See http://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15.2 + // See https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15.2 //canvas.addEventListener("webglcontextlost", function(e) { alert('WebGL context lost. You will need to reload the page.'); e.preventDefault(); }, false); //return canvas; @@ -200,7 +200,7 @@ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','http://www.google-analytics.com/analytics.js','ga'); + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-45733555-1', 'raylib.com'); ga('require', 'linkid', 'linkid.js'); diff --git a/examples/web/shapes/loader.html b/examples/web/shapes/loader.html index 93d7260..21c3aca 100644 --- a/examples/web/shapes/loader.html +++ b/examples/web/shapes/loader.html @@ -11,17 +11,17 @@ <!-- Facebook metatags for sharing --> <meta property="og:title" content="raylib - example"/> - <meta property="og:image" content="http://www.raylib.com/common/img/fb_raylib_logo.png"/> - <meta property="og:url" content="http://www.raylib.com" /> + <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/> + <meta property="og:url" content="https://www.raylib.com" /> <meta property="og:site_name" content="raylib"/> <meta property="og:description" content="This a small example of what you can do with raylib"/> <!-- Add jQuery library --> - <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> + <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> <!-- hightlight.js - Syntax highlighting for the Web --> - <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> - <script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> + <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script> <style type="text/css"> @font-face { @@ -149,7 +149,7 @@ // As a default initial behavior, pop up an alert when webgl context is lost. To make your // application robust, you may want to override this behavior before shipping! - // See http://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15.2 + // See https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15.2 //canvas.addEventListener("webglcontextlost", function(e) { alert('WebGL context lost. You will need to reload the page.'); e.preventDefault(); }, false); //return canvas; @@ -200,7 +200,7 @@ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','http://www.google-analytics.com/analytics.js','ga'); + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-45733555-1', 'raylib.com'); ga('require', 'linkid', 'linkid.js'); diff --git a/examples/web/text/loader.html b/examples/web/text/loader.html index 93d7260..21c3aca 100644 --- a/examples/web/text/loader.html +++ b/examples/web/text/loader.html @@ -11,17 +11,17 @@ <!-- Facebook metatags for sharing --> <meta property="og:title" content="raylib - example"/> - <meta property="og:image" content="http://www.raylib.com/common/img/fb_raylib_logo.png"/> - <meta property="og:url" content="http://www.raylib.com" /> + <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/> + <meta property="og:url" content="https://www.raylib.com" /> <meta property="og:site_name" content="raylib"/> <meta property="og:description" content="This a small example of what you can do with raylib"/> <!-- Add jQuery library --> - <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> + <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> <!-- hightlight.js - Syntax highlighting for the Web --> - <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> - <script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> + <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script> <style type="text/css"> @font-face { @@ -149,7 +149,7 @@ // As a default initial behavior, pop up an alert when webgl context is lost. To make your // application robust, you may want to override this behavior before shipping! - // See http://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15.2 + // See https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15.2 //canvas.addEventListener("webglcontextlost", function(e) { alert('WebGL context lost. You will need to reload the page.'); e.preventDefault(); }, false); //return canvas; @@ -200,7 +200,7 @@ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','http://www.google-analytics.com/analytics.js','ga'); + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-45733555-1', 'raylib.com'); ga('require', 'linkid', 'linkid.js'); diff --git a/examples/web/textures/loader.html b/examples/web/textures/loader.html index 93d7260..21c3aca 100644 --- a/examples/web/textures/loader.html +++ b/examples/web/textures/loader.html @@ -11,17 +11,17 @@ <!-- Facebook metatags for sharing --> <meta property="og:title" content="raylib - example"/> - <meta property="og:image" content="http://www.raylib.com/common/img/fb_raylib_logo.png"/> - <meta property="og:url" content="http://www.raylib.com" /> + <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/> + <meta property="og:url" content="https://www.raylib.com" /> <meta property="og:site_name" content="raylib"/> <meta property="og:description" content="This a small example of what you can do with raylib"/> <!-- Add jQuery library --> - <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> + <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> <!-- hightlight.js - Syntax highlighting for the Web --> - <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> - <script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> + <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script> <style type="text/css"> @font-face { @@ -149,7 +149,7 @@ // As a default initial behavior, pop up an alert when webgl context is lost. To make your // application robust, you may want to override this behavior before shipping! - // See http://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15.2 + // See https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15.2 //canvas.addEventListener("webglcontextlost", function(e) { alert('WebGL context lost. You will need to reload the page.'); e.preventDefault(); }, false); //return canvas; @@ -200,7 +200,7 @@ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','http://www.google-analytics.com/analytics.js','ga'); + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-45733555-1', 'raylib.com'); ga('require', 'linkid', 'linkid.js'); |
