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).