Skip to content

Commit 115926b

Browse files
committed
change report link
1 parent 18481c1 commit 115926b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sections/HeroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const HeroSection = () => {
207207
</span>
208208
</button>
209209
<button
210-
onClick={() => window.open('https://github.com/meituan-longcat/LongCat-Video/blob/main/longcatvideo_tech_report.pdf', '_blank')}
210+
onClick={() => window.open('https://arxiv.org/abs/2510.22200', '_blank')}
211211
style={{
212212
background: 'linear-gradient(135deg, #FF006E 0%, #FF7A00 100%)',
213213
color: 'white',

0 commit comments

Comments
 (0)