From a606a432014def4754a0dc4807b9fb10d1efc644 Mon Sep 17 00:00:00 2001 From: Kostiantyn Doichev <72884674+doichev-kostia@users.noreply.github.com> Date: Sat, 24 Feb 2024 10:01:24 +0100 Subject: [PATCH] Fixed broken link https://tools.ietf.org/id/draft-dalal-deprecation-header-00.html is no longer valid --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c47fc91..a4456b4 100644 --- a/README.md +++ b/README.md @@ -130,8 +130,7 @@ and added to the request's context. ### Deprecation middleware -Adds the HTTP Deprecation response header, see [draft-dalal-deprecation-header-00](https://tools.ietf.org/id/draft-dalal-deprecation-header-00.html -) +Adds the HTTP Deprecation response header, see [draft-ietf-httpapi-deprecation-header-02](https://datatracker.ietf.org/doc/html/draft-ietf-httpapi-deprecation-header-02) ### BasicAuth middleware