Skip to content

Commit 3bcf4a8

Browse files
committed
Fix URL
1 parent 74c7a57 commit 3bcf4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/patricia-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Patricia Trees, as described in Okasaki and Gill's 1998 paper
1818
It is a space-efficient prefix trie over the big-endian representation of
1919
the key's integer identifier.
2020

21-
The source code of this library is available on [Github]("https://github.com/codex-semantics-library/patricia-tree)
21+
The source code of this library is available on [Github](https://github.com/codex-semantics-library/patricia-tree)
2222
under an [LGPL-2.1](https://choosealicense.com/licenses/lgpl-2.1/) license.
2323

2424
{: .note }

0 commit comments

Comments
 (0)