We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b07f6 commit 71c0d4eCopy full SHA for 71c0d4e
solar/index.html
@@ -2,7 +2,7 @@
2
<body>
3
<script>
4
(async () => {
5
- const response = await fetch('https://api.github.com/repos/stemcoding/stemcoding.github.io/solar/');
+ const response = await fetch('https://api.github.com/repos/stemcoding/stemcoding.github.io/blob/master/solar/');
6
const data = await response.json();
7
let htmlString = '<ul>';
8
0 commit comments