tfrere commited on
Commit
9afe01c
·
1 Parent(s): c63d8a7

update external links

Browse files
frontend/src/components/ExternalLinks.jsx CHANGED
@@ -43,17 +43,9 @@ const ExternalLinks = () => {
43
  name: "GitHub",
44
  url: "https://github.com/huggingface/yourbench",
45
  },
46
- {
47
- name: "Dataset",
48
- url: "https://huggingface.co/datasets/sumuks/tempora",
49
- },
50
- {
51
- name: "Documentation",
52
- url: "https://github.com/huggingface/yourbench/tree/main/docs/CONFIGURATION.md",
53
- },
54
  {
55
  name: "Full demo",
56
- url: "https://huggingface.co/spaces/yourbench/yourbench-demo",
57
  },
58
  ];
59
 
 
43
  name: "GitHub",
44
  url: "https://github.com/huggingface/yourbench",
45
  },
 
 
 
 
 
 
 
 
46
  {
47
  name: "Full demo",
48
+ url: "https://huggingface.co/spaces/yourbench/advanced",
49
  },
50
  ];
51