From 742d276db7b081d564726f12cf8b8e23c8aeba14 Mon Sep 17 00:00:00 2001 From: "Timothy St. Clair" Date: Fri, 20 Oct 2017 15:42:52 -0500 Subject: [PATCH] Minor fixes from inbound docs issues filed. Signed-off-by: Timothy St. Clair --- README.md | 2 +- docs/README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4de173046..42066077e 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ This guide executes a Sonobuoy run on your cluster, and records the following re ### 1. Download Clone or fork the Sonobuoy repo: ``` -git clone git@github.com:heptio/sonobuoy.git +git clone https://github.com/heptio/sonobuoy.git ``` ### 2. Run diff --git a/docs/README.md b/docs/README.md index b484ed0c2..4ce520e8b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,7 +1,6 @@ # Documentation Index ## Setting up - * [Build From Scratch](build-from-scratch.md) * [Configuration](configuration.md) * [Pre-generated YAML](/examples/quickstart.yaml) * [Snapshot Layout](snapshot.md)