Skip to content

Commit 81ccf1c

Browse files
authored
Update index.html
1 parent 38e2239 commit 81ccf1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h2 id="popup-title"></h2>
9797
}
9898

9999
// Always add Github link
100-
innerHTML += `<a class="github-link" href="https://github.com/pro-bandey/100-Projects/${project.path || ''}" target="_blank">Source Code⇗</a>`;
100+
innerHTML += `<a class="github-link" href="https://github.com/pro-bandey/100-Projects/blob/main/${project.path || ''}" target="_blank">Source Code⇗</a>`;
101101

102102
card.innerHTML = innerHTML;
103103
container.appendChild(card);
@@ -158,4 +158,4 @@ <h2 id="popup-title"></h2>
158158
</script>
159159
</body>
160160

161-
</html>
161+
</html>

0 commit comments

Comments
 (0)