Skip to content

Commit

Permalink
Fix huggingface datasets URL
Browse files Browse the repository at this point in the history
  • Loading branch information
b0o committed Jan 31, 2023
1 parent 41ac43f commit 7c7ceaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search-engines.js
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ completions.hf.callback = (response) => {
...res.datasets.map(
(d) =>
suggestionItem({
url: `https://huggingface.co/${d.id}`,
url: `https://huggingface.co/datasets/${d.id}`,
})`
<div>
<div><strong>${d.id}</strong></div>
Expand Down

0 comments on commit 7c7ceaa

Please sign in to comment.