summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorColleen <[email protected]>2023-01-17 04:59:29 -0400
committerColleen <[email protected]>2023-01-17 04:59:29 -0400
commita429c99a097132642e943e6c172f1ce0aa966409 (patch)
tree8db7580ad3ecf6fd3257e6452caa52b85d912294
parentc3b1e540fb7e5a595d7b43860a43dbcea5a5ba1d (diff)
downloadraylib.com-a429c99a097132642e943e6c172f1ce0aa966409.tar.gz
raylib.com-a429c99a097132642e943e6c172f1ce0aa966409.zip
Fixed icon link to homepage.
-rw-r--r--cheatsheet/cheatsheet.html2
-rw-r--r--cheatsheet/cheatsheet_zh.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/cheatsheet/cheatsheet.html b/cheatsheet/cheatsheet.html
index 8eb4fc2..0b09254 100644
--- a/cheatsheet/cheatsheet.html
+++ b/cheatsheet/cheatsheet.html
@@ -125,7 +125,7 @@
<body>
<div id="header">
- <a id="logo" href="https://www.raylib.com/index.html"></a>
+ <a id="logo" href="../index.html"></a>
<p id="title">A simple and easy-to-use library to enjoy videogames programming</p>
<p id="plinks">[<a href="https://discord.gg/raylib">raylib Discord server</a>][<a href="https://github.com/raysan5/raylib">github.com/raysan5/raylib</a>][<a href="https://github.com/raysan5/raylib/blob/master/src/raylib.h">raylib.h</a>]</p>
<p></p>
diff --git a/cheatsheet/cheatsheet_zh.html b/cheatsheet/cheatsheet_zh.html
index a7e66d5..698de0f 100644
--- a/cheatsheet/cheatsheet_zh.html
+++ b/cheatsheet/cheatsheet_zh.html
@@ -125,7 +125,7 @@
<body>
<div id="header">
- <a id="logo" href="https://www.raylib.com/index.html"></a>
+ <a id="logo" href="../index.html"></a>
<p id="title">以下为raylib所有API接口中文释义</p>
<p id="title">A simple and easy-to-use library to enjoy videogames programming</p>
<p id="plinks">[<a href="https://discord.gg/raylib">raylib Discord server</a>][<a href="https://github.com/raysan5/raylib">github.com/raysan5/raylib</a>][<a href="https://github.com/raysan5/raylib/blob/master/src/raylib.h">raylib.h</a>]</p>