From 88d9230a1eb09e4aab01bc415fd237ede5026296 Mon Sep 17 00:00:00 2001 From: SeePuuYar Date: Fri, 23 Aug 2024 14:26:09 +0630 Subject: [PATCH] Update index.html link update --- docs/training_manual/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/training_manual/index.html b/docs/training_manual/index.html index af880b2..0852233 100644 --- a/docs/training_manual/index.html +++ b/docs/training_manual/index.html @@ -121,11 +121,11 @@ // Check the domain and switch the href accordingly if (currentDomain === 'seepuuyar.github.io') { - linkElement1.href = 'https://seepuuyar.github.io/QGIS328_Manual_MM/docs/user_manual/index.html'; + linkElement1.href = 'https://seepuuyar.github.io/QGIS328-Manual-MM/docs/user_manual/index.html'; linkElement2.href = 'https://seepuuyar.github.io/QGIS334-Gentle-GIS-Introduction-MM/docs/gentle_gis_introduction/index.html'; } else if (currentDomain === 'seepuuyar.com') { - linkElement1.href = 'https://seepuuyar.github.io/QGIS328-Manual-MM/docs/user_manual/index.html'; - linkElement2.href = 'https://seepuuyar.github.io/QGIS334_Gentle_GIS_Introduction_MM/docs/gentle_gis_introduction/index.html'; + linkElement1.href = 'https://seepuuyar.com/QGIS328_Manual_MM/docs/user_manual/index.html'; + linkElement2.href = 'https://seepuuyar.com/QGIS334_Gentle_GIS_Introduction_MM/docs/gentle_gis_introduction/index.html'; } else { linkElement1.href = '../../QGIS328_Manual_MM/docs/user_manual/index.html'; linkElement2.href = '../../QGIS334_Training_Manual_MM/docs/training_manual/index.html';