1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

Make links to documents relevant to firmware version

This commit is contained in:
Darren Lines 2023-01-09 19:51:02 +00:00
parent d23638ca3e
commit a47d971ade
5 changed files with 26 additions and 2 deletions

View file

@ -672,7 +672,7 @@ var Settings = (function () {
}
if (typeof dataSettingName !== "undefined" && dataSettingName !== "") {
helpIcon.wrap('<a class="helpiconLink" href="https://github.com/iNavFlight/inav/blob/master/docs/Settings.md#' + dataSettingName + '" target="_blank"></a>');
helpIcon.wrap('<a class="helpiconLink" href="' + globalSettings.docsTreeLocation + 'Settings.md#' + dataSettingName + '" target="_blank"></a>');
}
}