Skip to content

Commit 1053d3b

Browse files
committed
Changed rfc5988 to RFC 5988, rfc5987 to RFC 5987
1 parent 1082c67 commit 1053d3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/peterhellberg/link)
55
[![License MIT](https://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](https://github.com/peterhellberg/link#license-mit)
66

7-
Parses **Link** headers used for pagination, as defined in [rfc5988](https://tools.ietf.org/html/rfc5988).
7+
Parses **Link** headers used for pagination, as defined in [RFC 5988](https://tools.ietf.org/html/rfc5988).
88

99
This package was originally based on <https://github.com/swhite24/link>, but **Parse** takes a `string` instead of `*http.Request` in this version.
1010
It also has the convenience functions **ParseHeader**, **ParseRequest** and **ParseResponse**.
@@ -50,7 +50,7 @@ func main() {
5050

5151
## Not supported
5252

53-
- Extended notation ([rfc5987](https://tools.ietf.org/html/rfc5987))
53+
- Extended notation ([RFC 5987](https://tools.ietf.org/html/rfc5987))
5454

5555
## Alternatives to this package
5656

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Package link parses Link headers used for pagination, as defined in rfc5988
3+
Package link parses Link headers used for pagination, as defined in RFC 5988
44
55
Installation
66

0 commit comments

Comments
 (0)