Skip to content

Commit 5d6a630

Browse files
authored
Update README links
1 parent f9a4181 commit 5d6a630

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ $queue->put('bar', ['ttl' => 5]);
108108
$queue->put('baz', ['ttr' => 10, 'pri' => 42]);
109109
```
110110

111-
> See the full list of available options [here](https://github.com/tarantool/queue#producer-api).
111+
> See the full list of available options [here](https://github.com/tarantool/queue#queue-types).
112112
113113

114114
### Consumer API
@@ -176,8 +176,9 @@ To delete all tasks in a queue:
176176
$queue->truncate();
177177
```
178178

179-
> For a detailed API documentation, please read [API](https://github.com/tarantool/queue#api)
180-
section of the [queue's README](https://github.com/tarantool/queue/blob/master/README.md).
179+
> For a detailed API documentation, please read the section
180+
"[Using the queue module](https://github.com/tarantool/queue#using-the-queue-module)"
181+
of the [queue's README](https://github.com/tarantool/queue/blob/master/README.md).
181182

182183

183184
### Statistics

0 commit comments

Comments
 (0)