Skip to content

Commit 60d403f

Browse files
committed
update
1 parent c424941 commit 60d403f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Hero.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function Hero() {
77
Benchmarking AI reasoning for therapeutic decision-making at scale.
88
</p>
99
<div className="z-10 mt-6 flex gap-4">
10-
<a href="https://github.com/gasvn/CURE-Bench" target="_blank" rel="noreferrer">
10+
<a href="https://github.com/mims-harvard/CURE-Bench" target="_blank" rel="noreferrer">
1111
<button className="px-4 py-2 rounded-xl bg-white text-blue-950 font-medium shadow hover:shadow-md transition">View Start Kit (Coming Soon)</button>
1212
</a>
1313
<a href="https://www.kaggle.com" target="_blank" rel="noreferrer">

src/pages/Home.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ export default function Home() {
531531

532532
<div className="grid md:grid-cols-3 gap-6 mb-10">
533533
<a
534-
href="https://github.com/gasvn/CURE-Bench"
534+
href="https://github.com/mims-harvard/CURE-Bench"
535535
target="_blank"
536536
rel="noopener noreferrer"
537537
className="bg-white border border-gray-200 p-5 rounded-xl shadow hover:shadow-lg transition text-center"

0 commit comments

Comments
 (0)