We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98638e2 commit e5da690Copy full SHA for e5da690
src/js/gui.js
@@ -307,7 +307,7 @@ class GuiControl {
307
const documentationButton = $('div#content #button-documentation');
308
const tRex = GUI.active_tab.replaceAll('_', '-').toLowerCase();
309
310
- documentationButton.html("Wiki").attr("href", `https://betaflight.com/docs/configurator/${tRex}-tab`);
+ documentationButton.html("Wiki").attr("href", `https://betaflight.com/docs/wiki/configurator/${tRex}-tab`);
311
312
// loading tooltip
313
jQuery(function () {
0 commit comments