From e463723f03d44242aff00541c2c703ab671c63c1 Mon Sep 17 00:00:00 2001 From: Eric Tune Date: Mon, 13 Jul 2015 16:25:16 -0700 Subject: [PATCH] Move versioning.md to design/ -- not user-focused. --- docs/api.md | 2 +- docs/{ => design}/versioning.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/{ => design}/versioning.md (99%) diff --git a/docs/api.md b/docs/api.md index c44046e07a0..2525825b6ad 100644 --- a/docs/api.md +++ b/docs/api.md @@ -40,7 +40,7 @@ Fine-grain resource evolution alone makes it difficult to eliminate fields or re Distinct API versions present more clear, consistent views of system resources and behavior than intermingled, independently evolved resources. They also provide a more straightforward mechanism for controlling access to end-of-lifed and/or experimental APIs. -The [API and release versioning proposal](versioning.md) describes the current thinking on the API version evolution process. +The [API and release versioning proposal](design/versioning.md) describes the current thinking on the API version evolution process. ## v1beta1, v1beta2, and v1beta3 are deprecated; please move to v1 ASAP diff --git a/docs/versioning.md b/docs/design/versioning.md similarity index 99% rename from docs/versioning.md rename to docs/design/versioning.md index 551606d7e77..4d17a9390e3 100644 --- a/docs/versioning.md +++ b/docs/design/versioning.md @@ -60,5 +60,5 @@ There is a separate question of how to track the capabilities of a kubelet to fa -[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/versioning.md?pixel)]() +[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/design/versioning.md?pixel)]()