diff --git a/docs/batch.md b/docs/batch.md index 88fb984..eae199b 100644 --- a/docs/batch.md +++ b/docs/batch.md @@ -1,6 +1,6 @@ # Making Batch Requests -The JavaScript client library supports batching HTTP requests to make multiple API calls in one round-trip. For reference documentation about batch-related methods and classes, see [Methods and Classes](/api-client-library/javascript/reference/referencedocs) +The JavaScript client library supports batching HTTP requests to make multiple API calls in one round-trip. For reference documentation about batch-related methods and classes, see [Methods and Classes](reference.md#batch-api-requests) ## Creating a batch @@ -12,7 +12,7 @@ var batch = gapi.client.newBatch(); ## Adding requests to the batch -Use the `Batch` object's [`add`](/api-client-library/javascript/reference/referencedocs#gapiclientBatchadd) method to add individual HTTP requests. The `add` method supports one optional parameter: +Use the `Batch` object's [`add`](reference.md#----gapiclientbatchaddrequestopt_params--) method to add individual HTTP requests. The `add` method supports one optional parameter: