Skip to content

Commit dc8299c

Browse files
committed
Add more about page icons + fix setup link
1 parent 9be5039 commit dc8299c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

about.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Here's a brief overview of the kinds of changes Mapbase makes:
6161
<span class="feature_background_color"></span>
6262
<span class="feature_background" style="background-image: url('../assets/docs/feature_shaders_bg.gif')"></span>
6363
<div style="width:20%;">
64-
<img class="feature_icon" src="{{ "/" | relative_url }}assets/entities/math_counter_advanced.png"/>
64+
<img class="feature_icon" src="{{ "/" | relative_url }}assets/docs/feature_visuals_icon.png"/>
6565
</div>
6666
<div class="feature_text">
6767
<p><a href="{{ "/" | relative_url }}docs/visuals/shaders">Modified shaders</a> that focus on fixes and optional capabilities</p>
@@ -74,7 +74,7 @@ Here's a brief overview of the kinds of changes Mapbase makes:
7474
<span class="feature_background_color"></span>
7575
<span class="feature_background" style="background-image: url('../assets/website_bg.jpg')"></span>
7676
<div style="width:20%;">
77-
<img class="feature_icon" src="{{ "/" | relative_url }}assets/entities/math_counter_advanced.png"/>
77+
<img class="feature_icon" src="{{ "/" | relative_url }}assets/setup/button_modding_icon.png"/>
7878
</div>
7979
<div class="feature_text">
8080
<p><a href="{{ "/" | relative_url }}docs/game-scripts/map-specific-files">Map-specific scripts</a> that allow individual maps to make larger changes</p>
@@ -87,7 +87,7 @@ Here's a brief overview of the kinds of changes Mapbase makes:
8787
<span class="feature_background_color"></span>
8888
<span class="feature_background" style="background-image: url('../assets/docs/feature_gameplay_bg.gif')"></span>
8989
<div style="width:20%;">
90-
<img class="feature_icon" src="{{ "/" | relative_url }}assets/entities/math_counter_advanced.png"/>
90+
<img class="feature_icon" src="{{ "/" | relative_url }}assets/docs/hl2/feature_customweps_icon.png"/>
9191
</div>
9292
<div class="feature_text">
9393
<p>Optional extensions for existing gameplay features</p>
@@ -101,6 +101,6 @@ Here's a brief overview of the kinds of changes Mapbase makes:
101101

102102
Mapbase primarily supports {% include hl2.html %} **Half-Life 2** and {% include tf2.html %} **Team Fortress 2**, but since Mapbase is built with code changes, you <u><strong>must</strong></u> use Mapbase within a sourcemod, not through the games themselves.
103103

104-
For more information on how to start using Mapbase, see [Getting Started](/getting-started).
104+
For more information on how to start using Mapbase, see [Getting Started](/setup/).
105105

106106
<script src="../js/docs.js"></script>
3.54 KB
Loading

0 commit comments

Comments
 (0)