From 5a51578dbb28700661cb0c280cd0e0f795c53085 Mon Sep 17 00:00:00 2001 From: Alex Kahn Date: Tue, 18 Jan 2022 15:49:43 -0500 Subject: [PATCH] Fix link to XFF RFC The current link to the XFCC RFC returns a 404 Not Found error. This change updates the link to use the new location for the RFC. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41a518a..bec7334 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # X-Forwarded-For middleware fo Go [![godoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/sebest/xff) [![Build Status](https://travis-ci.org/sebest/xff.svg?branch=master)](https://travis-ci.org/sebest/xff) -Package `xff` is a `net/http` middleware/handler to parse [Forwarded HTTP Extension](http://tools.ietf.org/html/rfc7239) in Golang. +Package `xff` is a `net/http` middleware/handler to parse [Forwarded HTTP Extension](https://datatracker.ietf.org/doc/html/rfc7239) in Golang. ## Example usage