diff --git a/docs/content/tutorials/index.md b/docs/content/tutorials/index.md index 40f1262dffd..a7a6769f17d 100644 --- a/docs/content/tutorials/index.md +++ b/docs/content/tutorials/index.md @@ -97,7 +97,7 @@ Once every service has started, you are now ready to load data. For the following data loading tutorials, we have included a sample data file containing Wikipedia page edit events that occurred on 2015-09-12. -This sample data is located at `quickstart/wikipedia-2015-09-12-sampled.json.gz` from the Druid package root. The page edit events are stored as JSON objects in a text file. +This sample data is located at `quickstart/wikiticker-2015-09-12-sampled.json.gz` from the Druid package root. The page edit events are stored as JSON objects in a text file. The sample data has the following columns, and an example event is shown below: @@ -165,4 +165,4 @@ This tutorial demonstrates how to load streaming data by pushing events to Druid ### [Tutorial: Writing your own ingestion spec](./tutorial-ingestion-spec.html) -This tutorial demonstrates how to write a new ingestion spec and use it to load data. \ No newline at end of file +This tutorial demonstrates how to write a new ingestion spec and use it to load data.