From 1e3456cdee5111dbf7f7b39c379306d00bcd2be1 Mon Sep 17 00:00:00 2001 From: chrislovecnm Date: Thu, 6 Jul 2017 12:09:39 -0600 Subject: [PATCH] tweaks --- docs/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index a926a7c3b7..bc7ae3013a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -31,15 +31,15 @@ ## Advanced / Detailed List of Configurations ### API / Configuration References -* [Godocs for Cluster - `clusterSepc`](https://godoc.org/k8s.io/kops/pkg/apis/kops#ClusterSpec). -* [Godocs for Instance Group - `instanceGroupSpec`](https://godoc.org/k8s.io/kops/pkg/apis/kops#InstanceGroupSpec). +* [Godocs for Cluster - `ClusterSepc`](https://godoc.org/k8s.io/kops/pkg/apis/kops#ClusterSpec). +* [Godocs for Instance Group - `InstanceGroupSpec`](https://godoc.org/k8s.io/kops/pkg/apis/kops#InstanceGroupSpec). ### API Usage Guides * [`kops` cluster API definitions](cluster_spec.md) * overview of some of the API value to customize a `kops` cluster * [`kops` instance groups API](instance_groups.md) - * overview of some of the API value to customize a `kops` groups of ks8 nodes -* [Using Manifests and Customizating via the API](manifests_and_customizing_via_api.md) + * overview of some of the API value to customize a `kops` groups of k8s nodes +* [Using Manifests and Customizing via the API](manifests_and_customizing_via_api.md) ## Operations * [Cluster addon manager](addon_manager.md)