ameerazam08 commited on
Commit
7aa64ee
·
verified ·
1 Parent(s): cf7556e

github to hf readme

Browse files
Files changed (1) hide show
  1. src/components/navbar.tsx +1 -1
src/components/navbar.tsx CHANGED
@@ -49,7 +49,7 @@ const NAV_MENU = [
49
  {
50
  name: "Add New Paper",
51
  icon: RectangleStackIcon,
52
- href: "https://github.com/AMEERAZAM08/research-index/blob/main/README.md",
53
  },
54
  ];
55
 
 
49
  {
50
  name: "Add New Paper",
51
  icon: RectangleStackIcon,
52
+ href: "https://huggingface.co/spaces/ameerazam08/research-index/blob/main/README.md",
53
  },
54
  ];
55