From 62aabc5d884add6abce94cf6428fe1920e8525bf Mon Sep 17 00:00:00 2001 From: Roger Cundiff Date: Thu, 6 Feb 2020 08:49:35 -0600 Subject: [PATCH] Another Application CRD location change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ae1cec..b560de3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The Kubernetes Application Navigator is a tool that extends the Kubernetes conso An application consists of custom-written program components that combine with the supporting infrastructure, application middleware, middleware services, and other components to define a complete solution. -The Kubernetes Application Navigator uses the [Application Custom Resource Definition (CRD)](https://github.com/kubernetes-sigs/application/blob/master/config/crds/app.k8s.io_applications.yaml) from the [Kubernetes Application SIG](https://github.com/kubernetes-sigs/application) as the basis for describing applications. +The Kubernetes Application Navigator uses the [Application Custom Resource Definition (CRD)](https://raw.githubusercontent.com/kubernetes-sigs/application/master/config/crd/bases/app.k8s.io_applications.yaml) from the [Kubernetes Application SIG](https://github.com/kubernetes-sigs/application) as the basis for describing applications. # Installing Kubernetes Application Navigator