1
0
Fork 0
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:
nathan 2016-06-17 20:56:23 -07:00
parent 12bce912c9
commit ede113e28a
3 changed files with 6 additions and 6 deletions

View file

@ -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