Skip to content

Commit 800d561

Browse files
committed
Doc: Hopefully fix broken asset links
1 parent 875be34 commit 800d561

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/overrides/main.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
<!-- Floating Bubbles -->
1010
<div class="floating-bubbles">
1111
<a href="https://swebench.com" class="bubble" title="SWE-bench">
12-
<img src="{{ config.site_url | default('/') }}assets/swebench_logo.png" alt="SWE-bench">
12+
<img src="{{ 'assets/swebench_logo.png' | url }}" alt="SWE-bench">
1313
<span class="bubble-tooltip">SWE-bench</span>
1414
</a>
1515
<a href="https://swesmith.com" class="bubble" title="SWE-smith">
16-
<img src="{{ config.site_url | default('/') }}assets/swesmith_logo.png" alt="SWE-smith">
16+
<img src="{{ 'assets/swesmith_logo.png' | url }}" alt="SWE-smith">
1717
<span class="bubble-tooltip">SWE-smith</span>
1818
</a>
1919
<a href="https://swe-agent.com" class="bubble" title="SWE-agent">
20-
<img src="{{ config.site_url | default('/') }}assets/sweagent_logo.svg" alt="SWE-agent">
20+
<img src="{{ 'assets/sweagent_logo.svg' | url }}" alt="SWE-agent">
2121
<span class="bubble-tooltip">SWE-agent</span>
2222
</a>
2323
<a href="https://swe-rex.com" class="bubble" title="SWE-rex">
24-
<img src="{{ config.site_url | default('/') }}assets/swerex_logo.svg" alt="SWE-rex">
24+
<img src="{{ 'assets/swerex_logo.svg' | url }}" alt="SWE-rex">
2525
<span class="bubble-tooltip">SWE-ReX</span>
2626
</a>
2727
</div>

0 commit comments

Comments
 (0)