Skip to content

Commit 37f1625

Browse files
author
Alex Kahn
authored
Fix link to XFCC 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.
1 parent 671bd28 commit 37f1625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 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)
22

3-
Package `xff` is a `net/http` middleware/handler to parse [Forwarded HTTP Extension](http://tools.ietf.org/html/rfc7239) in Golang.
3+
Package `xff` is a `net/http` middleware/handler to parse [Forwarded HTTP Extension](https://datatracker.ietf.org/doc/html/rfc7239) in Golang.
44

55
## Example usage
66

0 commit comments

Comments
 (0)