mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 21:35:33 +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) {
|
if (CONFIGURATOR.connectionValid) {
|
||||||
// Build link to in-use CF version documentation
|
// Build link to in-use CF version documentation
|
||||||
var documentationButton = $('div#content #button-documentation');
|
var documentationButton = $('div#content #button-documentation');
|
||||||
documentationButton.html("Documentation for " + CONFIG.flightControllerVersion);
|
documentationButton.html("Wiki");
|
||||||
documentationButton.attr("href","https://github.com/cleanflight/cleanflight/tree/v{0}/docs".format(CONFIG.flightControllerVersion));
|
documentationButton.attr("href","https://github.com/betaflight/betaflight/wiki");
|
||||||
}
|
}
|
||||||
|
|
||||||
// loading tooltip
|
// loading tooltip
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<div class="content_wrapper">
|
<div class="content_wrapper">
|
||||||
<div class="tab_title" i18n="tabPidTuning"></div>
|
<div class="tab_title" i18n="tabPidTuning"></div>
|
||||||
<div class="cf_doc_version_bt">
|
<div class="cf_doc_version_bt">
|
||||||
<a id="button-documentation" href="https://github.com/cleanflight/cleanflight/releases" target="_blank"></a>
|
<a id="button-documentation" href="https://github.com/betaflight/betaflight/releases" target="_blank"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="cf_column half">
|
<div class="cf_column half">
|
||||||
<div class="controller">
|
<div class="controller">
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="warning">
|
<div class="warning">
|
||||||
<p>
|
<p>
|
||||||
These sticks allow Cleanflight to be armed and tested without a transmitter or receiver being present.
|
These sticks allow BetaFlight to be armed and tested without a transmitter or receiver being present.
|
||||||
However, <strong>this feature is not intended for flight and propellers must not be attached.</strong>
|
However, <strong>this feature is not intended for flight and propellers must not be attached.</strong>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue