doc: Correct typo in documentation link

Build link to documentation incorrectly, which resulted in 404 when
visited.

This commit corrects the issue.

[skip ci]
This commit is contained in:
Luis Lavena 2016-01-24 19:58:29 -03:00
parent 4543af0ae3
commit cc0f5ca225

View file

@ -1,7 +1,7 @@
# Radix Tree
[![Build Status](https://travis-ci.org/luislavena/radix.svg?branch=master)](https://travis-ci.org/luislavena/radix)
[![docrystal.org](http://docrystal.org/badge.svg?style=round)](http://docrystal.org/github.com/luiskavena/radix)
[![docrystal.org](http://docrystal.org/badge.svg?style=round)](http://docrystal.org/github.com/luislavena/radix)
[Radix tree](https://en.wikipedia.org/wiki/Radix_tree) implementation for
Crystal language