summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorColleen <[email protected]>2023-01-17 05:37:08 -0400
committerColleen <[email protected]>2023-01-17 05:37:08 -0400
commit562164e2303b9dea5759cc9c7c6656f8e381ae3f (patch)
tree006a537cacec097b150b7b8a1aefdd9714ee1466 /index.html
parent07db981c1e56eda873f17e517ba2e99b03a6a11f (diff)
downloadraylib.com-562164e2303b9dea5759cc9c7c6656f8e381ae3f.tar.gz
raylib.com-562164e2303b9dea5759cc9c7c6656f8e381ae3f.zip
Made architecture diagram open in new tab.
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 75284fe..852ebc6 100644
--- a/index.html
+++ b/index.html
@@ -229,7 +229,7 @@
<h2 id="architecture"><a class="anchor-link" href="#architecture"></a>raylib architecture</h2>
<br>
<p>raylib is a highly modular library. Everything is contained within a small number of well defined, specific and self-contained modules, named accordingly to its primary functionality. Note that some of those modules can be used in <strong>standalone mode</strong>, independently of raylib library.</p>
- <a class="architecture-image-container" href="images/raylib_architecture_v4.2.png"><img src="images/raylib_architecture_v4.2.png" title="raylib architecture" alt="raylib architecture" width="800" /></a>
+ <a class="architecture-image-container" href="images/raylib_architecture_v4.2.png" target="_blank"><img src="images/raylib_architecture_v4.2.png" title="raylib architecture" alt="raylib architecture" width="800" /></a>
<br>
</div>