Index: sdk/lib/io/io.dart |
diff --git a/sdk/lib/io/io.dart b/sdk/lib/io/io.dart |
index c0d63de6b1529a346cdf93a33a16588650533ece..d3690f35933a46abbf6fe32c112ac66bf8e46de3 100644 |
--- a/sdk/lib/io/io.dart |
+++ b/sdk/lib/io/io.dart |
@@ -62,7 +62,7 @@ |
* The [HttpServer] class provides the basic functionality for |
* implementing an HTTP server. |
* For some higher-level building-blocks, we recommend that you try |
- * the [http_server](https://pub.dartlang.org/packages/http_server) |
+ * the [shelf](https://pub.dartlang.org/packages/shelf) |
* pub package, which contains |
* a set of high-level classes that, together with the [HttpServer] class |
* in this library, make it easier to implement HTTP servers. |