From 507f24f14e66d7a0bfd40227f4f0baa51616137a Mon Sep 17 00:00:00 2001 From: Yatharth Bhargava Date: Sun, 5 Nov 2023 20:33:03 -0500 Subject: [PATCH] small fix --- src/components/Instructor/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Instructor/index.tsx b/src/components/Instructor/index.tsx index b145f9d6..3fac6fa0 100644 --- a/src/components/Instructor/index.tsx +++ b/src/components/Instructor/index.tsx @@ -83,7 +83,7 @@ export default function Instructor({ ? { icon: faGraduationCap, tooltip: 'View Instructor Ratings', - href: `http://www.ratemyprofessors.com/search.jsp?queryBy=teacherName&schoolName=Georgia+Institute+of+Technology&query=${encodeURIComponent( + href: `http://www.ratemyprofessors.com/search/professors/361?q=${encodeURIComponent( simplifyName(name) )}`, id: `${simplifyName(name, '-').toLowerCase()}-rmp`,