From 88c318bf468737f66386032628dab81d63ec132f Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Tue, 11 Aug 2020 12:52:59 -0700 Subject: [PATCH] Drop link to github release page from main readme Fix #2823 --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 854959728..56accb523 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,15 @@ patch [kubernetes style] API objects. It's like [`make`], in that what it does is declared in a file, and it's like [`sed`], in that it emits edited text. -This tool is sponsored by [sig-cli] ([KEP]), and -inspired by [DAM]. +This tool is sponsored by [sig-cli] ([KEP]). + + - [Installation instructions](https://kubernetes-sigs.github.io/kustomize/installation) + - [General documentation](https://kubernetes-sigs.github.io/kustomize) + - [Examples](examples) [![Build Status](https://prow.k8s.io/badge.svg?jobs=kustomize-presubmit-master)](https://prow.k8s.io/job-history/kubernetes-jenkins/pr-logs/directory/kustomize-presubmit-master) [![Go Report Card](https://goreportcard.com/badge/github.com/kubernetes-sigs/kustomize)](https://goreportcard.com/report/github.com/kubernetes-sigs/kustomize) -Download a binary from the [release page], or see -these [instructions](https://kubernetes-sigs.github.io/kustomize/installation/). - -Browse the [docs](https://kubernetes-sigs.github.io/kustomize/) or jump right into the -tested [examples](examples). - ## kubectl integration Since [v1.14][kubectl announcement] the kustomize build system has been included in kubectl.