Skip to content

Commit

Permalink
docs: update dagger troubleshooting link
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
  • Loading branch information
AtomicFS authored and AtomicFS committed Dec 3, 2024
1 parent 80d5c54 commit 53cd9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/container/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func Setup(ctx context.Context, client *dagger.Client, opts *SetupOpts, dockerfi
if errors.Is(err, context.DeadlineExceeded) {
slog.Error(
message,
slog.String("suggestion", "Your network configuration likely changed, try this: https://archive.docs.dagger.io/0.9/235290/troubleshooting/#dagger-pipeline-is-unable-to-resolve-host-names-after-network-configuration-changes"),
slog.String("suggestion", "Your network configuration likely changed, try this: https://docs.dagger.io/troubleshooting#dagger-is-unable-to-resolve-host-names-after-network-configuration-changes"),
slog.Any("error", err),
)
}
Expand Down

0 comments on commit 53cd9e2

Please sign in to comment.