From 62590d05fc633162a2e6317d7f9951e87cda42a1 Mon Sep 17 00:00:00 2001 From: huccshen <1171593960@qq.com> Date: Tue, 26 Nov 2019 19:05:20 -0600 Subject: [PATCH] fix broken links : http://kubernetes.io/gettingstarted/ (#17756) * fix broken links : http://kubernetes.io/gettingstarted/ * use relative paths Co-Authored-By: Qiming * use relative paths Co-Authored-By: Qiming * use relative paths Co-Authored-By: Qiming --- .../2015-10-00-Some-Things-You-Didnt-Know-About-Kubectl_28.md | 2 +- ...ormance-Upgrades-Improved-Tooling-And-A-Growing-Community.md | 2 +- ...tes-Pods-Services-And-Replication-Controllers-With-Puppet.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/blog/_posts/2015-10-00-Some-Things-You-Didnt-Know-About-Kubectl_28.md b/content/en/blog/_posts/2015-10-00-Some-Things-You-Didnt-Know-About-Kubectl_28.md index d5a7801de6..819ac0b4c7 100644 --- a/content/en/blog/_posts/2015-10-00-Some-Things-You-Didnt-Know-About-Kubectl_28.md +++ b/content/en/blog/_posts/2015-10-00-Some-Things-You-Didnt-Know-About-Kubectl_28.md @@ -146,6 +146,6 @@ Ahh, that’s better. ##### Conclusion -So there you have it, nine new and exciting things you can do with your Kubernetes cluster and the kubectl command line. If you’re just getting started with Kubernetes, check out [Google Container Engine](https://cloud.google.com/container-engine/) or other ways to [get started with Kubernetes](http://kubernetes.io/gettingstarted/). +So there you have it, nine new and exciting things you can do with your Kubernetes cluster and the kubectl command line. If you’re just getting started with Kubernetes, check out [Google Container Engine](https://cloud.google.com/container-engine/) or other ways to [get started with Kubernetes](/docs/tutorials/kubernetes-basics/). - Brendan Burns, Google Software Engineer diff --git a/content/en/blog/_posts/2015-11-00-Kubernetes-1-1-Performance-Upgrades-Improved-Tooling-And-A-Growing-Community.md b/content/en/blog/_posts/2015-11-00-Kubernetes-1-1-Performance-Upgrades-Improved-Tooling-And-A-Growing-Community.md index e51dce3113..754f6319e0 100644 --- a/content/en/blog/_posts/2015-11-00-Kubernetes-1-1-Performance-Upgrades-Improved-Tooling-And-A-Growing-Community.md +++ b/content/en/blog/_posts/2015-11-00-Kubernetes-1-1-Performance-Upgrades-Improved-Tooling-And-A-Growing-Community.md @@ -46,7 +46,7 @@ As we mentioned above, we would love your help: - Connect with the community on [Slack](http://slack.kubernetes.io/) - Follow us on Twitter [@Kubernetesio](https://twitter.com/kubernetesio) for latest updates  - Post questions (or answer questions) on Stackoverflow  -- Get started running, deploying, and using Kubernetes [guides](http://kubernetes.io/gettingstarted/)  +- Get started running, deploying, and using Kubernetes [guides](/docs/tutorials/kubernetes-basics/); But, most of all, just let us know how you are transforming your business using Kubernetes, and how we can help you do it even faster. Thank you for your support! diff --git a/content/en/blog/_posts/2015-12-00-Managing-Kubernetes-Pods-Services-And-Replication-Controllers-With-Puppet.md b/content/en/blog/_posts/2015-12-00-Managing-Kubernetes-Pods-Services-And-Replication-Controllers-With-Puppet.md index a1090cc5aa..d7bdee79da 100644 --- a/content/en/blog/_posts/2015-12-00-Managing-Kubernetes-Pods-Services-And-Replication-Controllers-With-Puppet.md +++ b/content/en/blog/_posts/2015-12-00-Managing-Kubernetes-Pods-Services-And-Replication-Controllers-With-Puppet.md @@ -11,7 +11,7 @@ People familiar with [Puppet](https://github.com/puppetlabs/puppet) might h ### The Puppet Kubernetes Module -The Puppet Kubernetes module currently assumes you already have a Kubernetes cluster [up and running](http://kubernetes.io/gettingstarted/). Its focus is on managing the resources in Kubernetes, like Pods, Replication Controllers and Services, not (yet) on managing the underlying kubelet or etcd services. Here’s a quick snippet of code describing a Pod in Puppet’s DSL. +The Puppet Kubernetes module currently assumes you already have a Kubernetes cluster [up and running](/docs/tutorials/kubernetes-basics/);Its focus is on managing the resources in Kubernetes, like Pods, Replication Controllers and Services, not (yet) on managing the underlying kubelet or etcd services. Here’s a quick snippet of code describing a Pod in Puppet’s DSL. ```