Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
chore: update docs links
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
  • Loading branch information
rustatian committed Apr 12, 2023
1 parent d3bea3d commit a43b64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pool/allocator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit a43b64f

Please sign in to comment.