Skip to content

Commit 3f556dc

Browse files
authored
Merge pull request #706 from lucafavatella/patch-1
Prefer relative URL in image in yz batching doc
2 parents e29b100 + 2014691 commit 3f556dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/BATCHING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ When enqueuing an object, a worker and helper process pair is selected based on
2020

2121
The following diagram illustrates the relationship between Riak vnodes, Yokozuna workers and helpers, and Apache Solr:
2222

23-
![YZ Batching Overview](https://raw.githubusercontent.com/basho/yokozuna/docs/yz-batching-overview.png)
23+
![YZ Batching Overview](/docs/yz-batching-overview.png)
2424

2525
Each helper process is stateless; a helper's only role is to dequeue batches from the workers, to transform those batches into something that Solr can understand, and to dispatch the transformed batches to Solr (and report the results back to the worker process, on whose behalf it is doing the work).
2626

0 commit comments

Comments
 (0)