Skip to content

Commit e5da690

Browse files
authored
Update Wiki URL (#3275)
1 parent 98638e2 commit e5da690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/gui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ class GuiControl {
307307
const documentationButton = $('div#content #button-documentation');
308308
const tRex = GUI.active_tab.replaceAll('_', '-').toLowerCase();
309309

310-
documentationButton.html("Wiki").attr("href", `https://betaflight.com/docs/configurator/${tRex}-tab`);
310+
documentationButton.html("Wiki").attr("href", `https://betaflight.com/docs/wiki/configurator/${tRex}-tab`);
311311

312312
// loading tooltip
313313
jQuery(function () {

0 commit comments

Comments
 (0)