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> <script>
document.addEventListener("DOMContentLoaded", function() { 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(response => response.json())
.then(data => { .then(data => {
const showsContainer = document.getElementById('shows-container'); const showsContainer = document.getElementById('shows-container');
@ -106,4 +106,4 @@
</script> </script>
</body> </body>
</html> </html>