From 497c541affba5dcb2af87b89d34adcb822d4d6c4 Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Mon, 5 Nov 2018 11:37:03 -0600 Subject: [PATCH] Remove outdated anchor link --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glossary.md b/docs/glossary.md index fccbe0ae8..86ae6bd70 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -70,4 +70,4 @@ nav = [] [TopN](../query-language/#topn): A [PQL](#pql) query that returns a list of rows, sorted by the count of [columns](#column) set in the [row](#row), within a specified [field](#field). -[View](../data-model/#view): Views separate the different data layouts within a [Field](#field). The primary view is standard, which represents the typical [row](#row)/[column](#column) data. Time based field views are automatically generated for each [time quantum](#time-quantum). Views are internally managed by Pilosa, and never exposed directly via the API. This simplifies the functional interface by separating it from the physical data representation. +View: Views separate the different data layouts within a [Field](#field). The primary view is standard, which represents the typical [row](#row)/[column](#column) data. Time based field views are automatically generated for each [time quantum](#time-quantum). Views are internally managed by Pilosa, and never exposed directly via the API. This simplifies the functional interface by separating it from the physical data representation.