Skip to content

Commit 59ac754

Browse files
authored
feat(link): replace arxiv link (#229)
<!-- Thanks for creating this pull request πŸ€— Please make sure that the pull request is limited to one type (docs, feature, etc.) and keep it as small as possible. You can open multiple prs instead of opening a huge one. --> <!-- If this pull request closes an issue, please mention the issue number below --> Closes # <!-- Issue # here --> ## πŸ“‘ Description <!-- Add a brief description of the pr --> <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax - [ ] Not Completed - [x] Completed --> ## βœ… Checks <!-- Make sure your pr passes the CI checks and do check the following fields as needed - --> - [ ] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [ ] All the tests have passed - [ ] Branch name follows `type/descript` (e.g. `feature/add-llm-agents`) - [ ] Ready for code review ## β„Ή Additional Information <!-- Any additional information like breaking changes, dependencies added, screenshots, comparisons between new and old behavior, etc. -->
1 parent fad2af9 commit 59ac754

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div align="center">
66

7-
[![arXiv](https://img.shields.io/badge/arXiv-PDF-b31b1b.svg)](assets/live_trade_bench_arxiv.pdf)
7+
[![arXiv](https://img.shields.io/badge/arXiv-PDF-b31b1b.svg)](https://arxiv.org/abs/2511.03628)
88
[![Python 3.10](https://img.shields.io/badge/python-%E2%89%A53.10-blue)](https://www.python.org/downloads/release/python-3109/)
99
[![GitHub pull request](https://img.shields.io/badge/PRs-welcome-red)](https://github.com/hiyouga/LLaMA-Factory/pulls)
1010
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://pre-commit.com/)
@@ -19,7 +19,7 @@ Live Trade Bench is a comprehensive platform for evaluating LLM-based trading ag
1919

2020
## πŸ“° News
2121

22-
**[October 2025]** πŸŽ‰ We've released our technical report! Read the full paper: [LiveTradeBench: Seeking Real-world Alpha with Large Language Models](assets/live_trade_bench_arxiv.pdf)
22+
**[October 2025]** πŸŽ‰ We've released our technical report! Read the full paper: [LiveTradeBench: Seeking Real-world Alpha with Large Language Models](https://arxiv.org/abs/2511.03628)
2323

2424
## Features
2525

β€Žfrontend/src/components/Navigation.tsxβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const Navigation: React.FC = () => {
7171
About
7272
</button>
7373
<a
74-
href="/assets/live_trade_bench_arxiv.pdf"
74+
href="https://arxiv.org/abs/2511.03628"
7575
target="_blank"
7676
rel="noopener noreferrer"
7777
className="nav-link report-link"
@@ -167,7 +167,7 @@ const Navigation: React.FC = () => {
167167
{/* Mobile External Links */}
168168
<div className="mobile-external-links">
169169
<a
170-
href="/assets/live_trade_bench_arxiv.pdf"
170+
href="https://arxiv.org/abs/2511.03628"
171171
target="_blank"
172172
rel="noopener noreferrer"
173173
className="mobile-external-link"

0 commit comments

Comments
Β (0)