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)