Skip to content

Commit 4e5222b

Browse files
authored
Fix docs: Update quickstart link and add citation (#78)
- Fix broken quickstart link from 'quickstart.md' to 'quickstart/' - Add complete arXiv citation to documentation homepage
1 parent 512206b commit 4e5222b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Welcome to **CodeClash**, a framework for evaluating Large Language Models (LLMs
99
## Quick links
1010

1111
<div class="grid cards">
12-
<a href="quickstart.md" class="nav-card-link">
12+
<a href="quickstart/" class="nav-card-link">
1313
<div class="nav-card">
1414
<div class="nav-card-header">
1515
<span class="material-icons nav-card-icon">rocket_launch</span>
@@ -55,5 +55,13 @@ Welcome to **CodeClash**, a framework for evaluating Large Language Models (LLMs
5555
If you use CodeClash in your research, please cite:
5656

5757
```bibtex
58-
58+
@misc{yang2025codeclashbenchmarkinggoalorientedsoftware,
59+
title={CodeClash: Benchmarking Goal-Oriented Software Engineering},
60+
author={John Yang and Kilian Lieret and Joyce Yang and Carlos E. Jimenez and Ofir Press and Ludwig Schmidt and Diyi Yang},
61+
year={2025},
62+
eprint={2511.00839},
63+
archivePrefix={arXiv},
64+
primaryClass={cs.SE},
65+
url={https://arxiv.org/abs/2511.00839},
66+
}
5967
```

0 commit comments

Comments
 (0)