summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Grant <bgrant0607@users.noreply.github.com>2017-08-22 19:23:56 -0700
committerGitHub <noreply@github.com>2017-08-22 19:23:56 -0700
commit06f71eec49117484d807b3dc8533d6bf56046784 (patch)
tree95a8c317c355e18ed1b6a80c92be177dd7e62057
parent688635bcb287ae04d992619eb813ae5fcac6bd28 (diff)
parent63e195be731627ce866a58e6e0a4e6ef38b62fcc (diff)
Merge pull request #962 from wackxu/patch-9
fix bad url in kubectl-create-from-env-file.md
-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