Skip to content

Commit ece038f

Browse files
Merge pull request #226 from yibotongxue/fix-incorrect-links
Fix incorrect links in index.html
2 parents b1a3924 + 7838948 commit ece038f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,8 @@ <h3>PC-Agent <small>(ICLR 2025 Workshop)</small></h3>
650650
<h3>Mobile-Agent-E <small>(Preprint)</small></h3>
651651
<p><span data-lang="en">Self-evolving mobile assistant for complex tasks.</span><span data-lang="zh">可自我进化的移动助手,用于执行复杂任务。</span></p>
652652
<div class="timeline-links">
653-
<a href="https://arxiv.org/abs/2502.14282" target="_blank">[Paper]</a>
654-
<a href="https://github.com/X-PLUG/MobileAgent/tree/main/PC-Agent" target="_blank">[Code]</a>
653+
<a href="https://arxiv.org/abs/2501.11733" target="_blank">[Paper]</a>
654+
<a href="https://github.com/X-PLUG/MobileAgent/tree/main/Mobile-Agent-E" target="_blank">[Code]</a>
655655
</div>
656656
</div>
657657
</div>
@@ -674,8 +674,8 @@ <h3>Mobile-Agent-v2 <small>(NeurIPS 2024)</small></h3>
674674
<h3>Mobile-Agent-v1 <small>(ICLR 2024 Workshop)</small></h3>
675675
<p><span data-lang="en">Autonomous multi-modal mobile device agent with visual perception.</span><span data-lang="zh">具有视觉感知的自主多模式移动设备代理。</span></p>
676676
<div class="timeline-links">
677-
<a href="https://arxiv.org/abs/2406.01014" target="_blank">[Paper]</a>
678-
<a href="https://github.com/X-PLUG/MobileAgent/tree/main/Mobile-Agent-v2" target="_blank">[Code]</a>
677+
<a href="https://arxiv.org/abs/2401.16158" target="_blank">[Paper]</a>
678+
<a href="https://github.com/X-PLUG/MobileAgent/tree/main/Mobile-Agent-v1" target="_blank">[Code]</a>
679679
</div>
680680
</div>
681681
</div>

0 commit comments

Comments
 (0)