summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/design-proposals/kubectl-create-from-env-file.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/kubectl-create-from-env-file.md b/contributors/design-proposals/kubectl-create-from-env-file.md
index adc235db..71d6d853 100644
--- a/contributors/design-proposals/kubectl-create-from-env-file.md
+++ b/contributors/design-proposals/kubectl-create-from-env-file.md
@@ -27,7 +27,7 @@ environment.
Any ill-formed line will be flagged as an error and will prevent the
`ConfigMap` or `Secret` from being created.
-[Docker's environment file processing](https://github.com/docker/docker/blob/master/runconfig/opts/envfile.go)
+[Docker's environment file processing](https://github.com/moby/moby/blob/master/opts/env.go)
## Examples