From 8f4aee4f5fd40f7d7bd208a18190482ff9bc2c8d Mon Sep 17 00:00:00 2001 From: Yoonseo Choi <34341742+yoon0u0@users.noreply.github.com> Date: Wed, 28 Jan 2026 19:30:12 +0900 Subject: [PATCH] Correct ACM dl link for proxona --- src/data/publications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/publications.ts b/src/data/publications.ts index 514c3fb..093cdd3 100644 --- a/src/data/publications.ts +++ b/src/data/publications.ts @@ -308,7 +308,7 @@ export const PUBLICATIONS: Publication[] = [ type: PublicationLinkType.WEB, }, { - url: 'https://dl.acm.org/doi/10.1145/3544548.3581386', + url: 'https://dl.acm.org/doi/10.1145/3706598.3714034', type: PublicationLinkType.ACM, }, ],