Minor rewording to clarify the location of the NIO1 to NIO2 migration guide (#1945)

This commit is contained in:
Tony Arnold 2021-08-24 19:43:49 +10:00 committed by GitHub
parent 389cd9de57
commit d8348adc55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# NIO 1 to NIO 2 migration guide
Please take a look at [SwiftNIO 2.29.0](https://github.com/apple/swift-nio/blob/2.29.0/docs/migration-guide-NIO1-to-NIO2.md), the last version with Swift 5.0 support. SwiftNIO 2.29.0 will also come with the `_NIO1APIShims` module which eases the migration.
Please take a look at the [migration guide included with SwiftNIO 2.29.0](https://github.com/apple/swift-nio/blob/2.29.0/docs/migration-guide-NIO1-to-NIO2.md), the last version with Swift 5.0 support.
[SwiftNIO 2.29.0](https://github.com/apple/swift-nio/releases/tag/2.29.0) includes the `_NIO1APIShims` module which can help to ease the migration.