From bc7092a32b1943c7f17439e419d3f66cd94ce9bd Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 19 Nov 2018 22:29:01 -0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a66e3a23e8..1df006fdc8 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,13 @@ -HttpAbstractions -================ +HttpAbstractions [Archived] +=========================== -| AppVeyor | Travis | -| ---- | ---- -| [![AppVeyor](https://ci.appveyor.com/api/projects/status/8civi9t457oc7rf8/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/HttpAbstractions/branch/dev) | [![Travis](https://travis-ci.org/aspnet/HttpAbstractions.svg?branch=dev)](https://travis-ci.org/aspnet/HttpAbstractions) | +**This GitHub project has been archived.** Ongoing development on this project can be found in https://github.com/aspnet/AspNetCore. Contains HTTP abstractions for ASP.NET Core such as `HttpContext`, `HttpRequest`, `HttpResponse` and `RequestDelegate`. It also contains `IApplicationBuilder` and extensions to create and compose your application's pipeline. -This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo. +This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [AspNetCore](https://github.com/aspnet/AspNetCore) repo.