fjy closed pull request #6810: Fix broken link in ingestion/schema-design.md docs URL: https://github.com/apache/incubator-druid/pull/6810
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): 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) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
