From aac270e93708f7a75420c5f7aeeaaeec6240fc16 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Thu, 8 Jun 2017 15:14:03 -0700 Subject: [PATCH] README: Shorten line --- Documentation/getting-started.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/getting-started.md b/Documentation/getting-started.md index 6d20e890..cd4d88e9 100644 --- a/Documentation/getting-started.md +++ b/Documentation/getting-started.md @@ -8,7 +8,7 @@ You'll install the `matchbox` service, setup a PXE network boot environment, and Install `matchbox` on a dedicated server or Kubernetes cluster. Generate TLS credentials and enable the gRPC API as directed. Save the `ca.crt`, `client.crt`, and `client.key` on your local machine (e.g. `~/.matchbox`). -* Installing on [CoreOS Container Linux and other Linux distros](deployment.md) +* Installing on [Container Linux / other distros](deployment.md) * Installing on [Kubernetes](deployment.md#kubernetes) * Running with [rkt](deployment.md#rkt) / [docker](deployment.md#docker) diff --git a/README.md b/README.md index f072b35a..c3cd7040 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ### Installation * Installation - * Installing on [CoreOS Container Linux and other Linux distros](Documentation/deployment.md) + * Installing on [Container Linux / other distros](Documentation/deployment.md) * Installing on [Kubernetes](Documentation/deployment.md#kubernetes) * Running with [rkt](Documentation/deployment.md#rkt) / [docker](Documentation/deployment.md#docker) * [Network Setup](Documentation/network-setup.md)