Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zwcolin authored Dec 7, 2023
1 parent 805bdde commit 058d4eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,22 +107,22 @@ <h1 class="title is-1 publication-title">
<div class="publication-links">
<!-- PDF Link. -->
<span class="link-block">
<a href="https://mlpc-ucsd.github.io/TokenCompose/"
<a href="https://arxiv.org/pdf/2312.03626.pdf"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper (Coming Soon)</span>
<span>Paper</span>
</a>
</span>
<!-- arxiv link -->
<span class="link-block">
<a href="https://mlpc-ucsd.github.io/TokenCompose/"
<a href="https://arxiv.org/abs/2312.03626"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
</span>
<span>arXiv (Coming Soon)</span>
<span>arXiv</span>
</a>
</span>
<!-- Code Link. -->
Expand Down

0 comments on commit 058d4eb

Please sign in to comment.