Skip to content

Commit 4aa884e

Browse files
authored
Fix insert-only clients link (#1300)
This was meant to go to the riverqueue.com website as opposed to be relative link in GitHub. As pointed out here [1]. [1] #1237 (comment)
1 parent e90ea7c commit 4aa884e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ if err := riverClient.Stop(ctx); err != nil {
121121
}
122122
```
123123

124-
[Insert-only clients](/docs/insert-only-clients) will insert jobs, but not work
125-
them, and don't need to be started or stopped.
124+
[Insert-only clients](https://riverqueue.com/docs/insert-only-clients) will
125+
insert jobs, but not work them, and don't need to be started or stopped.
126126

127127
## Inserting jobs
128128

0 commit comments

Comments
 (0)