diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2c363..b990149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Bugfixes: Other improvements: - Added `purs-tidy` formatter (#66 by @thomashoneyman) +- Update README.md rfc link (#67 @codingedgar) ## [v8.0.1](https://github.com/purescript-contrib/purescript-uri/releases/tag/v8.0.1) - 2021-05-06 diff --git a/README.md b/README.md index dfcba73..cdabb1a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Pursuit](http://pursuit.purescript.org/packages/purescript-uri/badge)](http://pursuit.purescript.org/packages/purescript-uri) [![Maintainer: garyb](https://img.shields.io/badge/maintainer-garyb-teal.svg)](http://github.com/garyb) -A type-safe parser, printer, and ADT for URLs and URIs based on [RFC 3986](http://tools.ietf.org/html/rfc3986). +A type-safe parser, printer, and ADT for URLs and URIs based on [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986.html). ## Installation