diff --git a/docs/index.html b/docs/index.html index 3281639..3050e88 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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);