Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Nov 14, 2024
1 parent fe2b890 commit 799a95b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ FlowFuse supports reading and writing persistent files and persistent context.

## Working with MQTT

- [Team Broker](/docs/users/teambroker.md) - Working with the FlowFuse bundled MQTT Broker
- [Team Broker](/docs/user/teambroker.md) - Working with the FlowFuse bundled MQTT Broker
2 changes: 1 addition & 1 deletion frontend/src/pages/team/Broker/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<p>The <b>MQTT Broker</b> page offers a streamlined interface for managing your broker instance and defining client connections.</p>
<p>You can create and manage MQTT clients, each with customizable Access Control List (ACL) rules to ensure secure and controlled communication. The ACL rules allow for fine-grained control over each client’s access to specific topics, supporting both publishing and subscribing actions.</p>
<p>This overview provides a clear and organized view of your broker’s configuration, helping you manage client connections, security settings, and message flow efficiently.</p>
<p>Documentation <a href="https://flowfuse.com/docs/user/teambroker" target="_blank" >here</a></p>
<p>Documentation <a href="https://flowfuse.com/docs/user/teambroker" target="_blank">here</a></p>
</template>
</ff-page-header>
</template>
Expand Down

0 comments on commit 799a95b

Please sign in to comment.