diff options
| author | Ray <[email protected]> | 2018-09-03 22:30:52 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-09-03 22:30:52 +0200 |
| commit | 9622cfb35027981679a2e8e8885769074ae292be (patch) | |
| tree | cd9fefecb3ee853742411ea5e37eff9e7d18711f | |
| parent | 2f050f5c9a54401d792dd4c6fdb371ca75d5c448 (diff) | |
| download | raylib.com-9622cfb35027981679a2e8e8885769074ae292be.tar.gz raylib.com-9622cfb35027981679a2e8e8885769074ae292be.zip | |
Review forum link... not SSL
| -rw-r--r-- | examples.html | 2 | ||||
| -rw-r--r-- | games.html | 2 | ||||
| -rw-r--r-- | helpme.html | 2 | ||||
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | license.html | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/examples.html b/examples.html index 4d90e2c..f5cde32 100644 --- a/examples.html +++ b/examples.html @@ -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="https://forum.raylib.com">forum</a> + <a id="forum" href="http://forum.raylib.com">forum</a> </div> </div> @@ -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="https://forum.raylib.com">forum</a> + <a id="forum" href="http://forum.raylib.com">forum</a> </div> </div> diff --git a/helpme.html b/helpme.html index ebda98b..6a3e811 100644 --- a/helpme.html +++ b/helpme.html @@ -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="https://forum.raylib.com">forum</a> + <a id="forum" href="http://forum.raylib.com">forum</a> </div> </div> @@ -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="https://forum.raylib.com">forum</a> + <a id="forum" href="http://forum.raylib.com">forum</a> </div> </div> diff --git a/license.html b/license.html index 006b4af..3b43d97 100644 --- a/license.html +++ b/license.html @@ -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="https://forum.raylib.com">forum</a> + <a id="forum" href="http://forum.raylib.com">forum</a> </div> </div> |
