mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 03:56:36 +00:00
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
This commit is contained in:
parent
33c5031a2e
commit
a67ea0c57d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
// This file originates from Docker/Moby,
|
// This file originates from Docker/Moby,
|
||||||
// https://github.com/moby/moby/blob/master/pkg/reexec/reexec.go
|
// https://github.com/moby/moby/blob/master/pkg/reexec/reexec_deprecated.go
|
||||||
// Licensed under Apache License 2.0: https://github.com/moby/moby/blob/master/LICENSE
|
// Licensed under Apache License 2.0: https://github.com/moby/moby/blob/master/LICENSE
|
||||||
// Copyright 2013-2018 Docker, Inc.
|
// Copyright 2013-2018 Docker, Inc.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue