diff --git a/index.html b/index.html
index 51d30ee..2ea6ea0 100644
--- a/index.html
+++ b/index.html
@@ -70,7 +70,7 @@
function openGaiaGPS() {
trackButtonClick('Gaia GPS');
- const url = isMobile() ? 'gaiagps://map?center=39.034084596004874,-105.30166849999999&zoom=15' : 'https://rebrand.ly/csmsgaia';
+ const url = isMobile() ? 'gaiagps://public/VVXcZPvEfvAbvRWi5F0DQPNT' : 'https://rebrand.ly/csmsgaia';
window.location.href = url;
}