mirror of
https://gitea.invidious.io/iv-org/shard-radix.git
synced 2024-08-15 00:43:21 +00:00
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:
parent
4543af0ae3
commit
cc0f5ca225
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue