From f44f3af58aaae70aa7e440a37f89bac7dde19f66 Mon Sep 17 00:00:00 2001 From: Jeremy Lindblom Date: Tue, 29 Apr 2014 08:30:40 -0700 Subject: [PATCH] Corrected the section ref for request-options in the docs --- docs/clients.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/clients.rst b/docs/clients.rst index 389d9597..89071126 100644 --- a/docs/clients.rst +++ b/docs/clients.rst @@ -302,7 +302,7 @@ immeditaley and prevent subsequent requests from being sent. } ]); -.. _request-options: +.. _batch-requests: Batching Requests ----------------- @@ -343,6 +343,8 @@ events as well as specify the maximum number of request to send in parallel using the 'parallel' option key. This options array is the exact same format as the options array exposed in ``GuzzleHttp\ClientInterface::sendAll()``. +.. _request-options: + Request Options ===============