From 5518071d39c7b62a0f1c018a215e767e1738dfc6 Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Thu, 10 Mar 2016 23:08:05 +0000 Subject: [PATCH] domain redirect --- CNAME | 1 + docs/user-guide/index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000000..77075c0e18 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +kubernetes.io diff --git a/docs/user-guide/index.md b/docs/user-guide/index.md index 8453cfa07d..71fc5ff893 100644 --- a/docs/user-guide/index.md +++ b/docs/user-guide/index.md @@ -16,7 +16,7 @@ Please ensure you have completed the [prerequisites for running examples from th ## Thorough walkthrough -If you don't have much familiarity with Kubernetes, we recommend you read the following sections in order: +If you don't have any familiarity with Kubernetes, we recommend you read the following sections in order: 1. [Quick start: launch and expose an application](/docs/user-guide/quick-start/) 1. [Configuring and launching containers: configuring common container parameters](/docs/user-guide/configuring-containers/)