Skip to content

Commit cfbc680

Browse files
authored
Update index.html
1 parent 71c0d4e commit cfbc680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solar/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<body>
33
<script>
44
(async () => {
5-
const response = await fetch('https://api.github.com/repos/stemcoding/stemcoding.github.io/blob/master/solar/');
5+
const response = await fetch('https://api.github.com/repos/stemcoding/solar/');
66
const data = await response.json();
77
let htmlString = '<ul>';
88

0 commit comments

Comments
 (0)