From 2c770978a6a0a601e12dbac47cc400e6426f00f0 Mon Sep 17 00:00:00 2001 From: philgutierre <125935948+PhilGutierre@users.noreply.github.com> Date: Thu, 20 Jun 2024 10:14:08 -0400 Subject: [PATCH] Update README.md Vitor, I added some hiperlinks to make the experience easier for new customers. For example I added some links that redirects to the Admin and Help Center docs. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5301815..509b342 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This software bridges your MQTT Broker and the TagoIO platform, allowing seamles ## Introduction -The TagoIO MQTT Relay connects to your MQTT Broker on predefined topics and redirects the information to TagoIO Devices. It uses TagoIO Integration Network and Connector, alongside an Authorization Key from your TagoIO Profile. +The TagoIO MQTT Relay connects to your MQTT Broker on predefined topics and redirects the information to TagoIO Devices. It uses TagoIO Integration Network and Connector, alongside an [Authorization Key](https://admin.tago.io/devices/authorization) from your TagoIO Profile. ## Features @@ -60,7 +60,7 @@ Before you begin, ensure you have: ### Configuration 1. **Create a Network in TagoIO**: - - Navigate to Integrations in your TagoIO Profile and create a new Network. + - Navigate to [Integrations](https://admin.tago.io/integrations/network) in your TagoIO [Profile](https://help.tago.io/portal/en/kb/articles/198-profiles) and create a new Network. - Enter the [Middleware Endpoint](#middleware-endpoint-optional) for your Relay (Optional, allows publishing from TagoIO to the Relay). - Enable Serial and write a Payload Parser: ```js @@ -75,7 +75,7 @@ Before you begin, ensure you have: 2. **Generate Network Token**: Generate and save the Network Token. 3. **Create a Connector**: Create a Connector for your Network. -4. **Generate Authorization**: Navigate to Devices > Authorizations in TagoIO and generate an authorization token. +4. **Generate Authorization**: Navigate to [Devices > Authorizations](https://admin.tago.io/devices/authorization) in TagoIO and generate an authorization token. 5. **Create a Device**: Create a Device with a Serial to use later on the Broker. 6. **Set Up an MQTT Broker**: Create or use a public MQTT Broker. 7. **Gather Broker Details**: Obtain the Address, Port, and Credentials of your MQTT Broker.