Commit 0f774de8 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #36595 from philips/fix-all-the-readme-links

Automatic merge from submit-queue README: Link to the real links A majority of the links in the README tell you to go to another link on kubernetes.io. Fix up all of the ones I could find.
parents 3e169be8 338c9e1b
...@@ -68,19 +68,19 @@ Kubernetes documentation is organized into several categories. ...@@ -68,19 +68,19 @@ Kubernetes documentation is organized into several categories.
- **Getting started guides** - **Getting started guides**
- for people who want to create a Kubernetes cluster - for people who want to create a Kubernetes cluster
- in [Creating a Kubernetes Cluster](docs/getting-started-guides/README.md) - in [Creating a Kubernetes Cluster](http://kubernetes.github.io/docs/getting-started-guides/)
- for people who want to port Kubernetes to a new environment - for people who want to port Kubernetes to a new environment
- in [Getting Started from Scratch](docs/getting-started-guides/scratch.md) - in [Getting Started from Scratch](http://kubernetes.github.io/docs/getting-started-guides/scratch/)
- **User documentation** - **User documentation**
- for people who want to run programs on an existing Kubernetes cluster - for people who want to run programs on an existing Kubernetes cluster
- in the [Kubernetes User Guide: Managing Applications](docs/user-guide/README.md) - in the [Kubernetes User Guide: Managing Applications](http://kubernetes.github.io/docs/user-guide/)
*Tip: You can also view help documentation out on [http://kubernetes.io/docs/](http://kubernetes.io/docs/).* *Tip: You can also view help documentation out on [http://kubernetes.io/docs/](http://kubernetes.io/docs/).*
- the [Kubectl Command Line Interface](docs/user-guide/kubectl/kubectl.md) is a detailed reference on - the [Kubectl Command Line Interface](http://kubernetes.io/docs/user-guide/kubectl-overview/) is a detailed reference on
the `kubectl` CLI the `kubectl` CLI
- [User FAQ](https://github.com/kubernetes/kubernetes/wiki/User-FAQ) - [User FAQ](https://github.com/kubernetes/kubernetes/wiki/User-FAQ)
- **Cluster administrator documentation** - **Cluster administrator documentation**
- for people who want to create a Kubernetes cluster and administer it - for people who want to create a Kubernetes cluster and administer it
- in the [Kubernetes Cluster Admin Guide](docs/admin/README.md) - in the [Kubernetes Cluster Admin Guide](http://kubernetes.io/docs/admin/)
- **Developer and API documentation** - **Developer and API documentation**
- for people who want to write programs that access the Kubernetes API, write plugins - for people who want to write programs that access the Kubernetes API, write plugins
or extensions, or modify the core Kubernetes code or extensions, or modify the core Kubernetes code
...@@ -90,7 +90,7 @@ Kubernetes documentation is organized into several categories. ...@@ -90,7 +90,7 @@ Kubernetes documentation is organized into several categories.
detailed description of all fields found in the core API objects detailed description of all fields found in the core API objects
- **Walkthroughs and examples** - **Walkthroughs and examples**
- hands-on introduction and example config files - hands-on introduction and example config files
- in the [user guide](docs/user-guide/README.md#quick-walkthrough) - in the [user guide](http://kubernetes.github.io/docs/user-guide/)
- in the [docs/examples directory](examples/) - in the [docs/examples directory](examples/)
- **Contributions from the Kubernetes community** - **Contributions from the Kubernetes community**
- in the [docs/contrib directory](contrib/) - in the [docs/contrib directory](contrib/)
...@@ -100,7 +100,7 @@ Kubernetes documentation is organized into several categories. ...@@ -100,7 +100,7 @@ Kubernetes documentation is organized into several categories.
- proposals in the [docs/proposals directory](docs/proposals/) - proposals in the [docs/proposals directory](docs/proposals/)
- **Wiki/FAQ** - **Wiki/FAQ**
- in the [wiki](https://github.com/kubernetes/kubernetes/wiki) - in the [wiki](https://github.com/kubernetes/kubernetes/wiki)
- troubleshooting information in the [troubleshooting guide](docs/troubleshooting.md) - troubleshooting information in the [troubleshooting guide](http://kubernetes.io/docs/troubleshooting/)
## Community, discussion, contribution, and support ## Community, discussion, contribution, and support
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment