From b88e6304c418898074424005bba2328bfe442e7e Mon Sep 17 00:00:00 2001 From: Janek Lasocki-Biczysko Date: Mon, 7 Jan 2019 02:20:53 +0000 Subject: [PATCH] Fix broken link in ingestion/schema-design.md docs (#6810) --- docs/content/ingestion/schema-design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/ingestion/schema-design.md b/docs/content/ingestion/schema-design.md index 6ef49626a1d..976456200cc 100644 --- a/docs/content/ingestion/schema-design.md +++ b/docs/content/ingestion/schema-design.md @@ -48,7 +48,7 @@ There are performance tradeoffs between string and numeric columns. Numeric colu than string columns. But unlike string columns, numeric columns don't have indexes, so they are generally slower to filter on. -See [Dimension Schema](../ingestion/index.html#dimension-schema) for more information. +See [Dimension Schema](../ingestion/ingestion-spec.html#dimension-schema) for more information. ## High cardinality dimensions (e.g. unique IDs)