diff --git a/index.html b/index.html
index 4ffee63a1c..e29a6f8320 100644
--- a/index.html
+++ b/index.html
@@ -40,8 +40,8 @@
attribution: '© OpenStreetMap contributors'
}).addTo(map);
- // Replace the following URL with your actual KML URL and credentials
- var kmlUrl = 'https://USERNAME:PASSWORD@URL_OF_YOUR_KML_FILE';
+ // KML URL
+ var kmlUrl = 'https://share.garmin.com/Feed/ShareLoader/NDB92';
// Use a CORS proxy
var corsProxy = 'https://cors-anywhere.herokuapp.com/';