Browse Source

UI: Fixed incorrect link install necessary tool for MQTT in Windows

pull/9868/head
Vladyslav_Prykhodko 3 years ago
parent
commit
9cfdb71c45
  1. 2
      ui-ngx/src/app/modules/home/pages/device/device-check-connectivity-dialog.component.html

2
ui-ngx/src/app/modules/home/pages/device/device-check-connectivity-dialog.component.html

@ -149,7 +149,7 @@
<div class="tb-install-instruction-text">
<ng-container *ngTemplateOutlet="seeDocumentation; context:
{doc: {text: 'device.connectivity.install-mqtt-windows',
href: 'https://thingsboard.io/docs/getting-started-guides/helloworld/?connectdevice=mqtt-windows#step-2-connect-device'}}">
href: 'https://thingsboard.io/docs/reference/mqtt-api/?connectdevice=mqtt-windows'}}">
</ng-container>
</div>
</div>

Loading…
Cancel
Save