diff options
| author | Michael McCune <msm@redhat.com> | 2018-01-22 13:00:19 -0500 |
|---|---|---|
| committer | Michael McCune <msm@redhat.com> | 2018-01-22 13:00:19 -0500 |
| commit | bfc160327675a1341503b3bf69d824953b67f9a6 (patch) | |
| tree | a56cd09a3fafb1780d34e426a81ea69164f39fe5 | |
| parent | 5e8272ad36f5c11c2009024a5aa2d76ff6258213 (diff) | |
fix dead link to the initial kep 001
The readme link to kep 001 was incorrect, this change fixes it. Also
noted that the inital kep is "001" and not "0001", not sure if this
needs fixing as well.
| -rw-r--r-- | keps/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keps/README.md b/keps/README.md index e9397475..568fc7d3 100644 --- a/keps/README.md +++ b/keps/README.md @@ -4,4 +4,4 @@ This directory contains both the template and process for KEPs. This process is still in an _alpha_ state and is opt-in for those that want to provide feedback for the process. -See [KEP-1](1-kubernetes-enhancement-proposal-process.md) for details of this process.
\ No newline at end of file +See [KEP-1](001-kubernetes-enhancement-proposal-process.md) for details of this process. |
