We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e2239 commit 81ccf1cCopy full SHA for 81ccf1c
index.html
@@ -97,7 +97,7 @@ <h2 id="popup-title"></h2>
97
}
98
99
// 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>`;
+ innerHTML += `<a class="github-link" href="https://github.com/pro-bandey/100-Projects/blob/main/${project.path || ''}" target="_blank">Source Code⇗</a>`;
101
102
card.innerHTML = innerHTML;
103
container.appendChild(card);
@@ -158,4 +158,4 @@ <h2 id="popup-title"></h2>
158
</script>
159
</body>
160
161
-</html>
+</html>
0 commit comments