From 1ea8d12b624486833376ee7b9d6f76c2aa3c231c Mon Sep 17 00:00:00 2001 From: Matthew Dennison Date: Fri, 1 Mar 2019 11:14:45 -0800 Subject: [PATCH 1/2] docs: fix trailing period Noticed this when checking out the docs here: https://kubernetes-sigs.github.io/cluster-api/getting_started/existing_providers.html. This moved the period up a line. --- docs/book/getting_started/existing_providers.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/book/getting_started/existing_providers.md b/docs/book/getting_started/existing_providers.md index c75a1c8536dc..9ea7d6d145a2 100644 --- a/docs/book/getting_started/existing_providers.md +++ b/docs/book/getting_started/existing_providers.md @@ -5,5 +5,4 @@ There are multiple implementations of the Cluster API for different environments These implementations are called _providers_. To find a partial list of the existing providers see the Cluster API [Provider Implementations List][provider-implementations-list] -[provider-implementations-list]: https://github.com/kubernetes-sigs/cluster-api/blob/master/README.md#provider-implementations -. +[provider-implementations-list]: https://github.com/kubernetes-sigs/cluster-api/blob/master/README.md#provider-implementations. From 5493b16fd6345a72010d10a23fe7c369851a605b Mon Sep 17 00:00:00 2001 From: Matthew Dennison Date: Fri, 1 Mar 2019 13:14:04 -0800 Subject: [PATCH 2/2] docs: move period to correct spot per feedback. --- docs/book/getting_started/existing_providers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/getting_started/existing_providers.md b/docs/book/getting_started/existing_providers.md index 9ea7d6d145a2..9949c905f5cb 100644 --- a/docs/book/getting_started/existing_providers.md +++ b/docs/book/getting_started/existing_providers.md @@ -3,6 +3,6 @@ A great way to become acquainted with the Cluster API is to start using it. There are multiple implementations of the Cluster API for different environments. These implementations are called _providers_. To find a partial list of the -existing providers see the Cluster API [Provider Implementations List][provider-implementations-list] +existing providers see the Cluster API [Provider Implementations List][provider-implementations-list]. -[provider-implementations-list]: https://github.com/kubernetes-sigs/cluster-api/blob/master/README.md#provider-implementations. +[provider-implementations-list]: https://github.com/kubernetes-sigs/cluster-api/blob/master/README.md#provider-implementations