mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 17:25:14 +03:00
More rebranding
This commit is contained in:
parent
11b80a67ff
commit
227abc752d
5 changed files with 57 additions and 126 deletions
|
@ -279,8 +279,8 @@ GUI_control.prototype.content_ready = function (callback) {
|
|||
if (CONFIGURATOR.connectionValid) {
|
||||
// Build link to in-use CF version documentation
|
||||
var documentationButton = $('div#content #button-documentation');
|
||||
documentationButton.html("Documentation for " + CONFIG.flightControllerVersion);
|
||||
documentationButton.attr("href","https://github.com/cleanflight/cleanflight/tree/v{0}/docs".format(CONFIG.flightControllerVersion));
|
||||
documentationButton.html("Documentation for INAV");
|
||||
documentationButton.attr("href","https://github.com/iNavFlight/inav/wiki");
|
||||
}
|
||||
|
||||
// loading tooltip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue