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:
parent
d23638ca3e
commit
a47d971ade
5 changed files with 26 additions and 2 deletions
|
@ -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>');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue