From 20d741e5326ebb3ef3eb1767a77a0927acf40e55 Mon Sep 17 00:00:00 2001 From: YuPengZTE Date: Fri, 14 Oct 2016 16:28:36 +0800 Subject: [PATCH] Clean up typos in links in README Signed-off-by: YuPengZTE --- examples/mysql-wordpress-pd/README.md | 4 ++-- examples/volumes/nfs/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/mysql-wordpress-pd/README.md b/examples/mysql-wordpress-pd/README.md index 626ada3370..7050c24e38 100644 --- a/examples/mysql-wordpress-pd/README.md +++ b/examples/mysql-wordpress-pd/README.md @@ -55,7 +55,7 @@ Demonstrated Kubernetes Concepts: * [Secrets](http://kubernetes.io/docs/user-guide/secrets/) to store sensitive passwords. -## tl;dr Quickstart +## Quickstart Put your desired mysql password in a file called `password.txt` with no trailing newline. The first `tr` command will remove the newline if @@ -76,7 +76,7 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes/kubernetes/master - [Persistent Installation of MySQL and WordPress on Kubernetes](#persistent-installation-of-mysql-and-wordpress-on-kubernetes) - - [tl;dr Quickstart](#tldr-quickstart) + - [Quickstart](#quickstart) - [Table of Contents](#table-of-contents) - [Cluster Requirements](#cluster-requirements) - [Decide where you will store your data](#decide-where-you-will-store-your-data) diff --git a/examples/volumes/nfs/README.md b/examples/volumes/nfs/README.md index a8347f806a..b7a3711a78 100644 --- a/examples/volumes/nfs/README.md +++ b/examples/volumes/nfs/README.md @@ -55,7 +55,7 @@ Note, this example uses an NFS container that doesn't support NFSv4. [nfs pv example]: nfs-pv.png -## tl;dr Quickstart +## Quickstart ```console $ kubectl create -f examples/volumes/nfs/provisioner/nfs-server-gce-pv.yaml