Skip to content

Commit

Permalink
Add a link to RFC 3986
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Oct 28, 2017
1 parent a491274 commit 41f5134
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -7,7 +7,9 @@
[![Build Status](https://travis-ci.org/mrkkrp/modern-uri.svg?branch=master)](https://travis-ci.org/mrkkrp/modern-uri)
[![Coverage Status](https://coveralls.io/repos/mrkkrp/modern-uri/badge.svg?branch=master&service=github)](https://coveralls.io/github/mrkkrp/modern-uri?branch=master)

This is a modern library for working with URIs in Haskell.
This is a modern library for working with URIs in Haskell as per RFC 3986:

https://tools.ietf.org/html/rfc3986

## Motivation

Expand Down
4 changes: 3 additions & 1 deletion Text/URI.hs
Expand Up @@ -7,7 +7,9 @@
-- Stability : experimental
-- Portability : portable
--
-- This is modern library for working with URIs.
-- This is modern library for working with URIs as per RFC 3986:
--
-- <https://tools.ietf.org/html/rfc3986>
--
-- This module is intended to be imported qualified, e.g.:
--
Expand Down

0 comments on commit 41f5134

Please sign in to comment.