diff options
Diffstat (limited to 'examples.html')
| -rw-r--r-- | examples.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/examples.html b/examples.html index 0d8ae7a..38a87f3 100644 --- a/examples.html +++ b/examples.html @@ -41,23 +41,23 @@ <a id="logo" href="index.html"></a> <div id="social"> <a id="discord" href="https://discord.gg/VkzNHUE" target="_blank"></a> - <a id="kofi" href="https://ko-fi.com/raysan" target="_blank"></a> - <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="https://www.twitch.tv/raysan5" target="_blank"></a> + <a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a> <a id="reddit" href="https://www.reddit.com/r/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="handmade" href="https://raylib.handmade.network/" target="_blank"></a> <a id="youtube" href="https://www.youtube.com/c/raylib" target="_blank"></a> + <a id="patreon" href="https://www.patreon.com/raylib" target="_blank"></a> + <a id="itchio" href="https://raysan5.itch.io" target="_blank"></a> + <a id="kofi" href="https://ko-fi.com/raysan" target="_blank"></a> + <a id="github" href="https://github.com/raysan5/raylib" target="_blank"></a> </div> <div class="menu"> <a href="index.html">about</a> <div id="active">examples</div> <a href="games.html">games</a> - <a href="helpme.html">helpme!</a> - <a id="forum" href="https://www.reddit.com/r/raylib/">reddit</a> + <a href="cheatsheet/cheatsheet.html">cheatsheet</a> + <a id="license" href="license.html">license</a> </div> </div> |
