diff --git a/src/js/gui.js b/src/js/gui.js index 1bc25b3f..a9c8f287 100644 --- a/src/js/gui.js +++ b/src/js/gui.js @@ -315,10 +315,10 @@ class GuiControl { this.switchery(); - if (CONFIGURATOR.connectionValid) { - // Build link to in-use CF version documentation - const documentationButton = $('div#content #button-documentation'); - documentationButton.html("Wiki"); + const documentationButton = $('div#content #button-documentation'); + documentationButton.html("Wiki"); + + if (GUI.active_tab !== 'firmware_flasher') { // hack till we have a nice solution for individual wiki URLs for each page documentationButton.attr("href", "https://github.com/betaflight/betaflight/wiki"); }