coyotte508 HF staff commited on
Commit
676f857
1 Parent(s): 2606dde
src/lib/components/ModelCardMetadata.svelte CHANGED
@@ -15,7 +15,7 @@
15
  : 'text-gray-800 dark:bg-gray-100 dark:text-gray-600'}"
16
  >
17
  <a
18
- href="https://huggingface.co/datasets/{model.name}"
19
  target="_blank"
20
  rel="noreferrer"
21
  class="flex items-center hover:underline"
 
15
  : 'text-gray-800 dark:bg-gray-100 dark:text-gray-600'}"
16
  >
17
  <a
18
+ href="https://huggingface.co/{model.name}"
19
  target="_blank"
20
  rel="noreferrer"
21
  class="flex items-center hover:underline"