From 762a633201a06aa215772db7423e700a54b7cd23 Mon Sep 17 00:00:00 2001 From: Brandur Date: Wed, 8 Jul 2026 12:29:22 -0500 Subject: [PATCH] Fix insert-only clients link This was meant to go to the riverqueue.com website as opposed to be relative link in GitHub. As pointed out here [1]. [1] https://github.com/riverqueue/river/pull/1237#issuecomment-4911740258 --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 75230831..4f91542a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -121,8 +121,8 @@ if err := riverClient.Stop(ctx); err != nil { } ``` -[Insert-only clients](/docs/insert-only-clients) will insert jobs, but not work -them, and don't need to be started or stopped. +[Insert-only clients](https://riverqueue.com/docs/insert-only-clients) will +insert jobs, but not work them, and don't need to be started or stopped. ## Inserting jobs