From 05531744016399ff61abf54844b50a731bc46d4f Mon Sep 17 00:00:00 2001 From: Viktor Lofgren Date: Mon, 6 Mar 2023 18:55:28 +0100 Subject: [PATCH] More documentation... --- index/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/readme.md b/index/readme.md index dce903d2..5953c503 100644 --- a/index/readme.md +++ b/index/readme.md @@ -10,7 +10,7 @@ There are two indexes with accompanying tools for constructing them. about each word, such as its position. * [index-reverse](index-reverse/) is the `word->document` index. -These indices rely heavily on the [libraries/btree](../libraries/btree) and [libraries/btree](../libraries/array) components. +These indices rely heavily on the [libraries/btree](../libraries/btree) and [libraries/array](../libraries/array) components. # Libraries * [index-query](index-query/) contains structures for evaluating search queries. * [index-journal](index-journal/) contains tools for writing and reading index data.