link to wiki for documentation
parent
12bce912c9
commit
ede113e28a
|
@ -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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<div class="content_wrapper">
|
||||
<div class="tab_title" i18n="tabPidTuning"></div>
|
||||
<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 class="cf_column half">
|
||||
<div class="controller">
|
||||
|
@ -204,4 +204,4 @@
|
|||
<a class="refresh" href="#" i18n="pidTuningButtonRefresh"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
</div>
|
||||
<div class="warning">
|
||||
<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>
|
||||
</p>
|
||||
<p>
|
||||
|
@ -62,4 +62,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue