Skip to content

Commit

Permalink
fix links to arxiv abs and pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
RealAntonVoronov authored Sep 4, 2024
1 parent a450d95 commit 92606cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h1 class="title is-1 publication-title">Accurate Compression of Text-to-Image D
<div class="publication-links">
<!-- Arxiv PDF link -->
<span class="link-block">
<a href="https://arxiv.org/pdf/<ARXIV PAPER ID>.pdf" target="_blank"
<a href="https://arxiv.org/pdf/2409.00492" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
Expand Down Expand Up @@ -123,7 +123,7 @@ <h1 class="title is-1 publication-title">Accurate Compression of Text-to-Image D

<!-- ArXiv abstract Link -->
<span class="link-block">
<a href="https://arxiv.org/abs/<ARXIV PAPER ID>" target="_blank"
<a href="https://arxiv.org/abs/2409.00492" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
Expand Down

0 comments on commit 92606cc

Please sign in to comment.