summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@alum.mit.edu>2015-03-07 19:13:37 -0500
committerSteven G. Johnson <stevenj@alum.mit.edu>2015-03-07 19:13:37 -0500
commitbf230db3a3c86eb227ed8290315d8d2b991c3e2d (patch)
treead54c8dea22297702adc3f761ad8cd904587d13a /README.md
parentdd7bd279bf504b04d26573e3495b875fbd62b1bc (diff)
downloadlibutf8proc-bf230db3a3c86eb227ed8290315d8d2b991c3e2d.tar.gz
libutf8proc-bf230db3a3c86eb227ed8290315d8d2b991c3e2d.tar.bz2
fix link
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fa5104c..59c087b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# utf8proc
[![Build Status](https://travis-ci.org/JuliaLang/utf8proc.png)](https://travis-ci.org/JuliaLang/utf8proc)
-[utf8proc](https://github.com/JuliaLang/utf8proc) is a small, clean C
+[utf8proc](http://julialang.org/utf8proc/) is a small, clean C
library that provides Unicode normalization, case-folding, and other
operations for data in the [UTF-8
encoding](http://en.wikipedia.org/wiki/UTF-8). It was [initially