mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 21:05:30 +03:00
link to wiki for documentation
This commit is contained in:
parent
12bce912c9
commit
ede113e28a
3 changed files with 6 additions and 6 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("Wiki");
|
||||
documentationButton.attr("href","https://github.com/betaflight/betaflight/wiki");
|
||||
}
|
||||
|
||||
// loading tooltip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue