Update shows.html
Update Git Address
This commit is contained in:
parent
fcfb84cd87
commit
8ab9313cea
@ -44,7 +44,7 @@
|
||||
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
fetch('https://raw.githubusercontent.com/patrickulrich/goodmorningbitcoin-website/main/shows.json')
|
||||
fetch('https://raw.githubusercontent.com/goodmorningbitcoin/goodmorningbitcoin-website/main/shows.json')
|
||||
.then(response => response.json())
|
||||
.then(data => {
|
||||
const showsContainer = document.getElementById('shows-container');
|
||||
|
Loading…
x
Reference in New Issue
Block a user