From 785f7620f238f7ceaa54fc8999523b48f6f1bb76 Mon Sep 17 00:00:00 2001 From: Johannes Weiss Date: Fri, 8 Mar 2019 19:30:39 +0000 Subject: [PATCH] fix wrong URL for swift-nio-extras --- docs/migration-guide-NIO1-to-NIO2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration-guide-NIO1-to-NIO2.md b/docs/migration-guide-NIO1-to-NIO2.md index ebf67695..a42d213e 100644 --- a/docs/migration-guide-NIO1-to-NIO2.md +++ b/docs/migration-guide-NIO1-to-NIO2.md @@ -22,7 +22,7 @@ At this moment, NIO 2 is still in development so if you want to depend on the NI The already [converged](https://forums.swift.org/t/swiftnio-2-repository-convergence-plan/21387) repositories: - `swift-nio`: `.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0-convergence.1")` -- `swift-nio-extras`: `.package(url: "https://github.com/apple/swift-nio.git", from: "1.0.0-convergence.1")` +- `swift-nio-extras`: `.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.0.0-convergence.1")` Still under active development (might break public API anytime):