Skip to content

Commit 6aed8dc

Browse files
committed
Update index.html
1 parent e774030 commit 6aed8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ng_sandbox/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1 id="title">Loading...</h1>
3939
</div>
4040

4141
<script>
42-
fetch('https://johnstack.github.com/ng_sandbox/collection.json')
42+
fetch('https://johnstack.github.io/JavaScript-Sandpit/ng_sandbox/collection.json')
4343
.then(response => response.json())
4444
.then(data => {
4545
if (!Array.isArray(data) || data.length === 0) {

0 commit comments

Comments
 (0)