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)