From bb5d7cc1bf495ae515326f519f345d2217035973 Mon Sep 17 00:00:00 2001 From: Qiming Date: Fri, 27 Apr 2018 04:42:28 +0800 Subject: [PATCH] Fix the title for the CoreOS page (#8151) The current title "CoreOS on AWS or GCE" is misleading because the page actually contains information about many ways to run Kubernetes. When the page is referenced from the navigation panel, the title becomes very confusing. Closes: #711 --- docs/getting-started-guides/coreos/index.md | 2 +- docs/setup/pick-right-solution.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/coreos/index.md b/docs/getting-started-guides/coreos/index.md index c7a5ce0c44..03d6b413ca 100644 --- a/docs/getting-started-guides/coreos/index.md +++ b/docs/getting-started-guides/coreos/index.md @@ -1,5 +1,5 @@ --- -title: CoreOS on AWS or GCE +title: CoreOS --- * TOC diff --git a/docs/setup/pick-right-solution.md b/docs/setup/pick-right-solution.md index 5fccf5b8a2..486e446d0a 100644 --- a/docs/setup/pick-right-solution.md +++ b/docs/setup/pick-right-solution.md @@ -130,7 +130,7 @@ These solutions are combinations of cloud providers and operating systems not co * [Fedora (Single Node)](/docs/getting-started-guides/fedora/fedora_manual_config/) * [Fedora (Multi Node)](/docs/getting-started-guides/fedora/flannel_multi_node_cluster/) * [Kubernetes on Ubuntu](/docs/getting-started-guides/ubuntu/) -* [CoreOS on AWS or GCE](/docs/getting-started-guides/coreos/) +* [CoreOS](/docs/getting-started-guides/coreos/) ## Integrations