Skip to content

Commit 8b9d924

Browse files
Update tutorial-five-minutes.adoc (#2319)
fix example data files
1 parent 2ff3dc6 commit 8b9d924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solr/solr-ref-guide/modules/getting-started/pages/tutorial-five-minutes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ A file containing the documents can be indexed as follows:
135135
----
136136
$ curl -H "Content-Type: application/json" \
137137
-X POST \
138-
-d @example/products.json \
138+
-d @example/exampledocs/books.json \
139139
--url 'http://localhost:8983/api/collections/techproducts/update?commit=true'
140140
----
141141

0 commit comments

Comments
 (0)