Skip to content

Commit 378b77a

Browse files
authored
Fix HTML encoding in README links
1 parent 68464fe commit 378b77a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<h1>HumanStudy-Bench: Towards AI Agent Design for Participant Simulation</h1>
55

6-
<h3><a href="[https://www.hs-bench.clawder.ai](https://www.hs-bench.clawder.ai)">📊 See Leaderboard & Results</a> | <a href="https://arxiv.org/abs/2602.00685">📖 Read the Paper</a></h3>
6+
<h3><a href="https://www.hs-bench.clawder.ai">📊 See Leaderboard & Results</a> | <a href="https://arxiv.org/abs/2602.00685">📖 Read the Paper</a></h3>
77

88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
99
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)

0 commit comments

Comments
 (0)