Skip to content

Commit 848112e

Browse files
authored
Doc: Fix broken ProgramBench banner link (#837)
1 parent e70d69c commit 848112e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends "base.html" %}
22

33
{% block announce %}
4-
<a href="{{ config.site_url }}/latest/usage/programbench/">
4+
<a href="{{ 'usage/programbench/' | url }}">
55
🎉 Run mini-swe-agent on our new & extremely challenging benchmark, ProgramBench
66
</a>
77
{% endblock %}

0 commit comments

Comments
 (0)