From 5134a7a667b88545c8633d9e6ef688f87544760a Mon Sep 17 00:00:00 2001 From: Rishi Upadhyay Date: Wed, 9 Feb 2022 15:53:59 -0800 Subject: [PATCH] latest --- index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.html b/index.html index 3a782d94..afe477c5 100644 --- a/index.html +++ b/index.html @@ -21,9 +21,7 @@

CS184/284A Project Webpages

for(var i = 0; i < links.length; i++){ var link = links[i] var actual_name = link.href.substring(link.href.indexOf(".io")+4) - console.log(repo_name) link.href = repo_name + actual_name - console.log(link.href) } \ No newline at end of file