Skip to content

Commit fe8ae29

Browse files
fix image path
1 parent 01ddab1 commit fe8ae29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h1>Refactoring Codebases through Library Design</h1>
9393
</nav>
9494

9595
<figure id="teaser">
96-
<img src="images/fig1.png" alt="teaser">
96+
<img src="images/fig1.svg" alt="teaser">
9797
<figcaption style="text-align: center;">Overview of the problem that we study and the general structure of its solutions. Given a collection of different code sources, where a source is either program or repository, we design a modular and reusable library. To do this we cluster together related programs into tuples (left), sample different rewrites using a language model (right), and select the rewrites which optimize various criteria, such as compression, while validating candidate rewrites using test cases (pass rate).</figcaption>
9898
</figure>
9999
</header>

0 commit comments

Comments
 (0)