Update shows.html

Update Git Address
This commit is contained in:
Good Morning Bitcoin 2025-02-16 10:46:27 -05:00 committed by GitHub
parent fcfb84cd87
commit 8ab9313cea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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');