Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
iahmadgad authored Sep 13, 2024
1 parent c7538f8 commit 1cd6ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
window.ALL_CRATES.forEach(item => {
listItem = document.createElement('li');
link = document.createElement('a');
link.href = `/randoms-rs/${item}`;
link.href = `/randoms-rs/${item}/`;
link.textContent = item;
listItem.appendChild(link);
listContainer.appendChild(listItem);
Expand Down

0 comments on commit 1cd6ed6

Please sign in to comment.