Skip to content

Commit b56887a

Browse files
authored
[FIX] Fixed web link (#153)
1 parent e02e237 commit b56887a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MQTTNIO/MQTTNIO.docc/mqttnio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ try await client.publish(
5959
)
6060
```
6161

62-
MQTTClient supports both Swift concurrency and SwiftNIO `EventLoopFuture`. The above examples use Swift concurrency but there are equivalent versions of these functions that return `EventLoopFuture`s. You can find out more about Swift NIO and `EventLoopFuture` [here](https://apple.github.io/swift-nio/docs/current/NIOCore/Classes/EventLoopFuture.html).
62+
MQTTClient supports both Swift concurrency and SwiftNIO `EventLoopFuture`. The above examples use Swift concurrency but there are equivalent versions of these functions that return `EventLoopFuture`s. You can find out more about Swift NIO and `EventLoopFuture` [here](https://swiftpackageindex.com/apple/swift-nio/main/documentation/niocore/eventloopfuture).
6363

6464
## Topics
6565

0 commit comments

Comments
 (0)