Skip to content

Commit f05a5b8

Browse files
committed
Update URLs in README
1 parent 15f9889 commit f05a5b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,13 +567,13 @@ client.index('myIndex').waitForTasks(uids: number[], { timeOutMs?: number, inter
567567

568568
### Batches <!-- omit in toc -->
569569

570-
#### [Get one batch](https://www.meilisearch.com/docs/reference/api/batches)
570+
#### [Get one batch](https://www.meilisearch.com/docs/reference/api/batches#get-one-batch)
571571

572572
```ts
573573
client.getBatch(uid: number): Promise<Batch>
574574
```
575575

576-
#### [Get all batches](https://www.meilisearch.com/docs/reference/api/batches)
576+
#### [Get all batches](https://www.meilisearch.com/docs/reference/api/batchess#get-batches)
577577

578578
```ts
579579
client.getBatches(parameters: BatchesQuery = {}): Promise<BatchesResults>

0 commit comments

Comments
 (0)