From 1cd6ed60538a8b545a84f677b4b4ccf94193adde Mon Sep 17 00:00:00 2001 From: Ahmad Asaad Date: Fri, 13 Sep 2024 22:51:29 +0300 Subject: [PATCH] Update index.html --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);