Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
link update
  • Loading branch information
knwin committed Aug 23, 2024
1 parent 9835e49 commit 88d9230
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/training_manual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 88d9230

Please sign in to comment.