From fa66de0461cd809ffec2f72d815cd56750321521 Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Mon, 19 Mar 2018 16:13:54 -0500 Subject: [PATCH] Fix one more link --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glossary.md b/docs/glossary.md index 91664eb5c..612c65dd4 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -60,7 +60,7 @@ nav = [] [Time quantum](../data-model/#time-quantum): Defines the granularity to be used for time [Range](#range) queries. -[TOML](https://github.com/toml-lang/toml): the language used for Pilosa's [configuration file](../configuration). +[TOML](https://github.com/toml-lang/toml): the language used for Pilosa's [configuration file](../configuration/). [TopN](../query-language/#topn): A [PQL](#pql) query that returns a list of `RowID`s, sorted by the count of [bits](#bit) set in the [row](#row), within a specified [frame](#frame).