diff options
| author | Ray <[email protected]> | 2018-09-03 21:55:58 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-09-03 21:55:58 +0200 |
| commit | 0bf38cb998b3f117a8c75b1cbe0178330501cd58 (patch) | |
| tree | 4bc3b5c5464041125186960be64453f9935ea99e /cheatsheet/cheatsheet.html | |
| parent | bf984a3d1f515e51d71d01642ab920075e5be2a8 (diff) | |
| download | raylib.com-0bf38cb998b3f117a8c75b1cbe0178330501cd58.tar.gz raylib.com-0bf38cb998b3f117a8c75b1cbe0178330501cd58.zip | |
Corrected SSL links
Diffstat (limited to 'cheatsheet/cheatsheet.html')
| -rw-r--r-- | cheatsheet/cheatsheet.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cheatsheet/cheatsheet.html b/cheatsheet/cheatsheet.html index 62eeb5b..e3fad19 100644 --- a/cheatsheet/cheatsheet.html +++ b/cheatsheet/cheatsheet.html @@ -14,17 +14,17 @@ <!-- Facebook metatags for sharing --> <meta property="og:title" content="raylib - cheatsheet"/> - <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="don't miss latest functions added to raylib... check raylib cheatsheet"/> <!-- 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/docco.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/docco.min.css"> + <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script> <style type="text/css"> @font-face { @@ -124,7 +124,7 @@ <body> <div id="header"> - <a id="logo" href="http://www.raylib.com/index.html"></a> + <a id="logo" href="https://www.raylib.com/index.html"></a> <p id="title">[simple and easy-to-use library to learn videogames programming]</p> <p id="plinks">[<a href="https://discordapp.com/invite/VkzNHUE">raylib Discord server</a>][<a href="https://github.com/raysan5/raylib">github.com/raysan5/raylib</a>]</p> <p></p> @@ -155,7 +155,7 @@ <p id="pcolors">colors</p> <div id="colors"><pre><code class="cpp"></code></pre></div> </div> - <p id="copyright">raylib quick reference card - Copyright (c) 2013-2018 Ramon Santamaria (<a href="http://www.twitter.com/raysan5">@raysan5</a>)</p> + <p id="copyright">raylib quick reference card - Copyright (c) 2013-2018 Ramon Santamaria (<a href="https://www.twitter.com/raysan5">@raysan5</a>)</p> </div> @@ -164,7 +164,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'); |
