This is an automated email from the ASF dual-hosted git repository.

fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new b88e630  Fix broken link in ingestion/schema-design.md docs (#6810)
b88e630 is described below

commit b88e6304c418898074424005bba2328bfe442e7e
Author: Janek Lasocki-Biczysko <[email protected]>
AuthorDate: Mon Jan 7 02:20:53 2019 +0000

    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 6ef4962..9764562 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)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to