diff --git a/docs/content/tutorials/tutorial-batch.md b/docs/content/tutorials/tutorial-batch.md index d6b432fa566..cc4d9f3e621 100644 --- a/docs/content/tutorials/tutorial-batch.md +++ b/docs/content/tutorials/tutorial-batch.md @@ -56,7 +56,7 @@ sum when we load the data will allow us to compute an average at query time as w You can copy the existing `quickstart/wikiticker-index.json` indexing task to a new file: ```bash -cp quickstart/wikiticker-index.json quickstart/pageviews-index.json +cp quickstart/wikiticker-index.json my-index-task.json ``` And modify it by altering these sections: