Skip to content

Commit 1c68642

Browse files
authored
Update MTP paper links to ACM
1 parent 8edda8a commit 1c68642

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

byllm/src/pages/Index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const Index = () => {
146146
<div className="flex flex-col sm:flex-row gap-4 justify-center">
147147
<Button
148148
className="btn-hero group"
149-
onClick={() => window.open('https://arxiv.org/abs/2405.08965', '_blank')}
149+
onClick={() => window.open('https://dl.acm.org/doi/10.1145/3763092', '_blank')}
150150
>
151151
<FileText className="mr-2 h-5 w-5" />
152152
Read Research Paper
@@ -717,7 +717,7 @@ const Index = () => {
717717
<p className="text-body italic text-muted-foreground">
718718
"MTP: A Meaning-Typed Language Abstraction for AI-Integrated Programming." : Proc. ACM Program. Lang. 9, OOPSLA2, Article 314 (October 2025), 29 pages.{" "}
719719
<a
720-
href="https://doi.org/10.48550/arXiv.2405.08965"
720+
href="https://dl.acm.org/doi/10.1145/3763092"
721721
target="_blank"
722722
rel="noopener noreferrer"
723723
className="text-primary underline hover:text-primary/80"
@@ -829,4 +829,4 @@ const Index = () => {
829829
);
830830
};
831831

832-
export default Index;
832+
export default Index;

0 commit comments

Comments
 (0)