summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2018-09-03 22:09:33 +0200
committerRay <[email protected]>2018-09-03 22:09:33 +0200
commit2f050f5c9a54401d792dd4c6fdb371ca75d5c448 (patch)
treeaa2e01852b8652fce5cb4e449eb063938e2f31b2
parent0bf38cb998b3f117a8c75b1cbe0178330501cd58 (diff)
downloadraylib.com-2f050f5c9a54401d792dd4c6fdb371ca75d5c448.tar.gz
raylib.com-2f050f5c9a54401d792dd4c6fdb371ca75d5c448.zip
Adapted links to SSL
-rw-r--r--README.md12
-rw-r--r--examples.html26
-rw-r--r--games.html26
-rw-r--r--helpme.html20
-rw-r--r--index.html24
-rw-r--r--license.html20
6 files changed, 64 insertions, 64 deletions
diff --git a/README.md b/README.md
index c56a11a..c32a4b9 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ raylib could be useful for prototyping, tools development, graphic applications,
NOTE for ADVENTURERS: raylib is a programming library to learn videogames programming;
no fancy interface, no visual helpers, no auto-debugging... just coding in the most
-pure spartan-programmers way. Are you ready to learn? Jump to [code examples!](http://www.raylib.com/examples.html)
+pure spartan-programmers way. Are you ready to learn? Jump to [code examples!](https://www.raylib.com/examples.html)
features
--------
@@ -31,16 +31,16 @@ features
contact
-------
- * Webpage: [http://www.raylib.com](http://www.raylib.com)
- * Twitter: [http://www.twitter.com/raysan5](http://www.twitter.com/raysan5)
- * Facebook: [http://www.facebook.com/raylibgames](http://www.facebook.com/raylibgames)
+ * Webpage: [https://www.raylib.com](https://www.raylib.com)
+ * Twitter: [https://www.twitter.com/raysan5](https://www.twitter.com/raysan5)
+ * Facebook: [https://www.facebook.com/raylibgames](https://www.facebook.com/raylibgames)
* Reddit: [https://www.reddit.com/r/raylib](https://www.reddit.com/r/raylib)
- * Twitch: [http://www.twitch.tv/raysan5](http://www.twitch.tv/raysan5)
+ * Twitch: [https://www.twitch.tv/raysan5](https://www.twitch.tv/raysan5)
* Patreon: [https://www.patreon.com/raysan5](https://www.patreon.com/raysan5)
If you are using raylib and you enjoy it, please, [let me know][raysan5].
-If you feel you can help, then, [helpme!](http://www.raylib.com/helpme.html)
+If you feel you can help, then, [helpme!](https://www.raylib.com/helpme.html)
license
-------
diff --git a/examples.html b/examples.html
index 0ad584c..4d90e2c 100644
--- a/examples.html
+++ b/examples.html
@@ -13,8 +13,8 @@
<!-- Facebook metatags for sharing -->
<meta property="og:title" content="raylib - examples"/>
- <meta property="og:image" content="http://www.raylib.com/common/img/raylib_logo_card.png"/>
- <meta property="og:url" content="http://www.raylib.com" />
+ <meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/>
+ <meta property="og:url" content="https://www.raylib.com" />
<meta property="og:site_name" content="raylib"/>
<meta property="og:description" content="check the full set of raylib examples... they are amazing!"/>
@@ -27,14 +27,14 @@
<!-- Enabling HTML5 tags for older IE browsers -->
<!--[if lt IE 9]>
- <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+ <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<div class="page">
<!--[if lt IE 7]>
- <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
+ <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> or <a href="https://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<div class="header">
@@ -45,11 +45,11 @@
<a id="itchio" href="https://raysan5.itch.io" target="_blank"></a>
<a id="handmade" href="https://raylib.handmade.network/" target="_blank"></a>
<a id="patreon" href="https://www.patreon.com/raylib" target="_blank"></a>
- <a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a>
+ <a id="twitch" href="https://www.twitch.tv/raysan5" target="_blank"></a>
<a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
- <a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a>
- <a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a>
- <a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a>
+ <a id="facebook" href="https://www.facebook.com/raylibgames" target="_blank"></a>
+ <a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a>
+ <a id="github" href="https://github.com/raysan5/raylib" target="_blank"></a>
<a id="youtube" href="https://www.youtube.com/c/raylib" target="_blank"></a>
</div>
<div class="menu">
@@ -57,7 +57,7 @@
<div id="active">examples</div>
<a href="games.html">games</a>
<a href="helpme.html">helpme!</a>
- <a id="forum" href="http://forum.raylib.com">forum</a>
+ <a id="forum" href="https://forum.raylib.com">forum</a>
</div>
</div>
@@ -98,13 +98,13 @@
</div>
<div class="footer">
- <p>Web developed by <a href="http://www.raysanweb.com" target="_blank">RaySan</a> and <a href="http://www.elendow.com" target="_blank">Elendow</a></p>
+ <p>Web developed by Ray San and Elendow</p>
</div>
</div>
<!-- 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>
<!-- Add jQuery easing plugin -->
<script src="common/libs/jquery.easing.1.3.js"></script>
@@ -118,7 +118,7 @@
<script src="common/libs/fancybox/helpers/jquery.fancybox-buttons.js"></script>
<!-- Add jQuery Mix-It Up plugin -->
- <script src="http://cdn.jsdelivr.net/jquery.mixitup/latest/jquery.mixitup.min.js"></script>
+ <script src="https://cdn.jsdelivr.net/jquery.mixitup/latest/jquery.mixitup.min.js"></script>
<!-- Add own script code -->
<script src="common/js/examples.js"></script>
@@ -128,7 +128,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/games.html b/games.html
index 1407c03..1022248 100644
--- a/games.html
+++ b/games.html
@@ -13,8 +13,8 @@
<!-- Facebook metatags for sharing -->
<meta property="og:title" content="raylib - games collection"/>
- <meta property="og:image" content="http://www.raylib.com/img/raylib_logo_card.png"/>
- <meta property="og:url" content="http://www.raylib.com" />
+ <meta property="og:image" content="https://www.raylib.com/img/raylib_logo_card.png"/>
+ <meta property="og:url" content="https://www.raylib.com" />
<meta property="og:site_name" content="raylib"/>
<meta property="og:description" content="check the this collection of raylib games... they are amazing!"/>
@@ -27,14 +27,14 @@
<!-- Enabling HTML5 tags for older IE browsers -->
<!--[if lt IE 9]>
- <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+ <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<div class="page">
<!--[if lt IE 7]>
- <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
+ <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> or <a href="https://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<div class="header">
@@ -45,11 +45,11 @@
<a id="itchio" href="https://raysan5.itch.io" target="_blank"></a>
<a id="handmade" href="https://raylib.handmade.network/" target="_blank"></a>
<a id="patreon" href="https://www.patreon.com/raylib" target="_blank"></a>
- <a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a>
+ <a id="twitch" href="https://www.twitch.tv/raysan5" target="_blank"></a>
<a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
- <a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a>
- <a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a>
- <a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a>
+ <a id="facebook" href="https://www.facebook.com/raylibgames" target="_blank"></a>
+ <a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a>
+ <a id="github" href="https://github.com/raysan5/raylib" target="_blank"></a>
<a id="youtube" href="https://www.youtube.com/c/raylib" target="_blank"></a>
</div>
<div class="menu">
@@ -57,7 +57,7 @@
<a href="examples.html">examples</a>
<div id="active">games</div>
<a href="helpme.html">helpme!</a>
- <a id="forum" href="http://forum.raylib.com">forum</a>
+ <a id="forum" href="https://forum.raylib.com">forum</a>
</div>
</div>
@@ -76,13 +76,13 @@
</div>
<div class="footer">
- <p>Web developed by <a href="http://www.raysanweb.com" target="_blank">RaySan</a> and <a href="http://www.elendow.com" target="_blank">Elendow</a></p>
+ <p>Web developed by Ray San and Elendow</p>
</div>
</div>
<!-- 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>
<!-- Add jQuery easing plugin -->
<script src="common/libs/jquery.easing.1.3.js"></script>
@@ -96,7 +96,7 @@
<script src="common/libs/fancybox/helpers/jquery.fancybox-buttons.js"></script>
<!-- Add jQuery Mix-It Up plugin -->
- <script src="http://cdn.jsdelivr.net/jquery.mixitup/latest/jquery.mixitup.min.js"></script>
+ <script src="https://cdn.jsdelivr.net/jquery.mixitup/latest/jquery.mixitup.min.js"></script>
<!-- Add own script code -->
<script src="common/js/games.js"></script>
@@ -106,7 +106,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/helpme.html b/helpme.html
index 6fef3b8..ebda98b 100644
--- a/helpme.html
+++ b/helpme.html
@@ -13,8 +13,8 @@
<!-- Facebook metatags for sharing -->
<meta property="og:title" content="raylib - helpme"/>
- <meta property="og:image" content="http://www.raylib.com/common/img/raylib_logo_card.png"/>
- <meta property="og:url" content="http://www.raylib.com" />
+ <meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/>
+ <meta property="og:url" content="https://www.raylib.com" />
<meta property="og:site_name" content="raylib"/>
<meta property="og:description" content="wanna help with raylib development? you are welcome!"/>
@@ -25,7 +25,7 @@
<body>
<div class="page">
<!--[if lt IE 7]>
- <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
+ <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> or <a href="https://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<div class="header">
@@ -36,11 +36,11 @@
<a id="itchio" href="https://raysan5.itch.io" target="_blank"></a>
<a id="handmade" href="https://raylib.handmade.network/" target="_blank"></a>
<a id="patreon" href="https://www.patreon.com/raylib" target="_blank"></a>
- <a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a>
+ <a id="twitch" href="https://www.twitch.tv/raysan5" target="_blank"></a>
<a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
- <a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a>
- <a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a>
- <a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a>
+ <a id="facebook" href="https://www.facebook.com/raylibgames" target="_blank"></a>
+ <a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a>
+ <a id="github" href="https://github.com/raysan5/raylib" target="_blank"></a>
<a id="youtube" href="https://www.youtube.com/c/raylib" target="_blank"></a>
</div>
<div class="menu">
@@ -48,7 +48,7 @@
<a href="examples.html">examples</a>
<a href="games.html">games</a>
<div id="active">helpme!</div>
- <a id="forum" href="http://forum.raylib.com">forum</a>
+ <a id="forum" href="https://forum.raylib.com">forum</a>
</div>
</div>
@@ -80,7 +80,7 @@
</div>
<div class="footer">
- <p>Web developed by <a href="http://www.raysanweb.com" target="_blank">RaySan</a> and <a href="http://www.elendow.com" target="_blank">Elendow</a></p>
+ <p>Web developed by Ray San and Elendow</p>
</div>
</div>
@@ -90,7 +90,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/index.html b/index.html
index 776622e..a03a0f4 100644
--- a/index.html
+++ b/index.html
@@ -14,8 +14,8 @@
<!-- Facebook metatags for sharing -->
<meta property="og:title" content="raylib"/>
- <meta property="og:image" content="http://www.raylib.com/common/img/raylib_logo_card.png"/>
- <meta property="og:url" content="http://www.raylib.com" />
+ <meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/>
+ <meta property="og:url" content="https://www.raylib.com" />
<meta property="og:site_name" content="raylib"/>
<meta property="og:description" content="raylib is a simple and easy-to-use library to learn videogames programming."/>
@@ -23,8 +23,8 @@
<meta name="twitter:site" content="@raysan5" />
<meta name="twitter:title" content="raylib" />
<meta name="twitter:description" content="raylib is a simple and easy-to-use library to learn videogames programming." />
- <meta name="twitter:image" content="http://www.raylib.com/common/img/raylib_logo_card.png" />
- <meta name="twitter:url" content="http://www.raylib.com" />
+ <meta name="twitter:image" content="https://www.raylib.com/common/img/raylib_logo_card.png" />
+ <meta name="twitter:url" content="https://www.raylib.com" />
<link rel="stylesheet" href="common/css/main.css">
<link rel="shortcut icon" href="favicon.ico" />
@@ -51,7 +51,7 @@
<body>
<div class="page">
<!--[if lt IE 7]>
- <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
+ <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> or <a href="https://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<div class="header">
@@ -62,11 +62,11 @@
<a id="itchio" href="https://raysan5.itch.io" target="_blank"></a>
<a id="handmade" href="https://raylib.handmade.network/" target="_blank"></a>
<a id="patreon" href="https://www.patreon.com/raylib" target="_blank"></a>
- <a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a>
+ <a id="twitch" href="https://www.twitch.tv/raysan5" target="_blank"></a>
<a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
- <a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a>
- <a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a>
- <a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a>
+ <a id="facebook" href="https://www.facebook.com/raylibgames" target="_blank"></a>
+ <a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a>
+ <a id="github" href="https://github.com/raysan5/raylib" target="_blank"></a>
<a id="youtube" href="https://www.youtube.com/c/raylib" target="_blank"></a>
</div>
<div class="menu">
@@ -74,7 +74,7 @@
<a href="examples.html">examples</a>
<a href="games.html">games</a>
<a href="helpme.html">helpme!</a>
- <a id="forum" href="http://forum.raylib.com">forum</a>
+ <a id="forum" href="https://forum.raylib.com">forum</a>
</div>
</div>
@@ -122,7 +122,7 @@
</div>
<div class="footer">
- <p>Web developed by <a href="http://www.raysanweb.com" target="_blank">RaySan</a> and <a href="http://www.elendow.com" target="_blank">Elendow</a></p>
+ <p>Web developed by Ray San and Elendow</p>
</div>
</div>
@@ -132,7 +132,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/license.html b/license.html
index 62ddf34..006b4af 100644
--- a/license.html
+++ b/license.html
@@ -13,8 +13,8 @@
<!-- Facebook metatags for sharing -->
<meta property="og:title" content="raylib - license"/>
- <meta property="og:image" content="http://www.raylib.com/common/img/raylib_logo_card.png"/>
- <meta property="og:url" content="http://www.raylib.com" />
+ <meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/>
+ <meta property="og:url" content="https://www.raylib.com" />
<meta property="og:site_name" content="raylib"/>
<meta property="og:description" content="raylib zlib/libpng license... it is free, open-source and can be used in commercial projects at no cost!"/>
@@ -25,7 +25,7 @@
<body>
<div class="page">
<!--[if lt IE 7]>
- <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
+ <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> or <a href="https://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<div class="header">
@@ -36,11 +36,11 @@
<a id="itchio" href="https://raysan5.itch.io" target="_blank"></a>
<a id="handmade" href="https://raylib.handmade.network/" target="_blank"></a>
<a id="patreon" href="https://www.patreon.com/raylib" target="_blank"></a>
- <a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a>
+ <a id="twitch" href="https://www.twitch.tv/raysan5" target="_blank"></a>
<a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
- <a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a>
- <a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a>
- <a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a>
+ <a id="facebook" href="https://www.facebook.com/raylibgames" target="_blank"></a>
+ <a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a>
+ <a id="github" href="https://github.com/raysan5/raylib" target="_blank"></a>
<a id="youtube" href="https://www.youtube.com/c/raylib" target="_blank"></a>
</div>
<div class="menu">
@@ -48,7 +48,7 @@
<a href="examples.html">examples</a>
<a href="games.html">games</a>
<a href="helpme.html">helpme!</a>
- <a id="forum" href="http://forum.raylib.com">forum</a>
+ <a id="forum" href="https://forum.raylib.com">forum</a>
</div>
</div>
@@ -76,7 +76,7 @@
</div>
<div class="footer">
- <p>Web developed by <a href="http://www.raysanweb.com" target="_blank">RaySan</a> and <a href="http://www.elendow.com" target="_blank">Elendow</a></p>
+ <p>Web developed by Ray San and Elendow</p>
</div>
</div>
@@ -86,7 +86,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');