Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rishiu committed Feb 9, 2022
1 parent 438bc2b commit 5134a7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ <h3>CS184/284A Project Webpages</h3>
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)
}
</script>
</html>

0 comments on commit 5134a7a

Please sign in to comment.