Skip to content

Commit a67ea0c

Browse files
authored
internal/reexec: fix broken link to Docker/Moby in comment (#31859)
Hey team—noticed a dead link, replaced it with a working URL https://github.com/moby/moby/blob/master/pkg/reexec/reexec.go - old link https://github.com/moby/moby/blob/master/pkg/reexec/reexec_deprecated.go - new link
1 parent 33c5031 commit a67ea0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/reexec/reexec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file originates from Docker/Moby,
2-
// https://github.com/moby/moby/blob/master/pkg/reexec/reexec.go
2+
// https://github.com/moby/moby/blob/master/pkg/reexec/reexec_deprecated.go
33
// Licensed under Apache License 2.0: https://github.com/moby/moby/blob/master/LICENSE
44
// Copyright 2013-2018 Docker, Inc.
55
//

0 commit comments

Comments
 (0)