Skip to content

Commit

Permalink
Updated the Research centers and publications page link to new resear…
Browse files Browse the repository at this point in the history
…ch website
  • Loading branch information
bhavberi committed Dec 26, 2024
1 parent af41c4e commit f887d21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/constants/constants.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ const linkCategories = [
},
{
name: "Research Centres",
url: "https://web2py.iiit.ac.in/research_centres",
url: "https://research.iiit.ac.in/centers/",
icon: <ResearchIcon />,
requiresVPN: false,
requiresVPN: true,
},
{
name: "Publications Portal",
url: "https://web2py.iiit.ac.in/research_centres/publications/",
url: "https://research.iiit.ac.in/publications/",
icon: <LibraryBooksIcon />,
requiresVPN: false,
requiresVPN: true,
},
{
name: "Ada User Guide",
Expand Down

0 comments on commit f887d21

Please sign in to comment.