From a43b64fd62d11dba66dbad7e2af85eb2361e254a Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 12 Apr 2023 18:13:48 +0200 Subject: [PATCH] chore: update docs links Signed-off-by: Valery Piashchynski --- pool/allocator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pool/allocator.go b/pool/allocator.go index 009bf37..b94477b 100644 --- a/pool/allocator.go +++ b/pool/allocator.go @@ -23,7 +23,7 @@ func NewPoolAllocator(ctx context.Context, timeout time.Duration, factory Factor if err != nil { // context deadline if errors.Is(errors.TimeOut, err) { - return nil, errors.Str("failed to spawn a worker, possible reasons: https://roadrunner.dev/docs/known-issues-allocate-timeout/2.x/en") + return nil, errors.Str("failed to spawn a worker, possible reasons: https://roadrunner.dev/docs/known-issues-allocate-timeout/2023.x/en") } return nil, err }