Skip to content

Commit d160fba

Browse files
authored
Point docs to Swift Package Index (#416)
Motivation: The NIO docs are now published on the Swift Package Index but the README still refers to GitHub pages. Modifications: - Update README and other docs to point to Swift Package Index. Result: Documentation links work
1 parent 26cf90a commit d160fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SwiftNIO SSL is a Swift package that contains an implementation of TLS based on
44

55
The name is inspired primarily by the names of the library this package uses (BoringSSL), and not because we don't know the name of the protocol. We know the protocol is TLS!
66

7-
To get started, check out the [API docs](https://apple.github.io/swift-nio-ssl/docs/current/NIOSSL/index.html).
7+
To get started, check out the [API docs](https://swiftpackageindex.com/apple/swift-nio-ssl/main/documentation/niossl).
88

99
## Using SwiftNIO SSL
1010

0 commit comments

Comments
 (0)