From 94dd30ebfff01c654654ce8d60fb988fde2a0198 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sun, 1 Nov 2020 16:33:24 +0300 Subject: [PATCH] Update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index abaf246..4386393 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ will create the symbolic link for each script in the `links_path` directory. # Index -- [kubectl-compare](kubectl-compare) allows to juxtapose kubernetes resource with any diff-like utilities. -- [kubectl-http](kubectl-http) exposes Kubernetes API using kubectl proxy command but adding extra links to the services and pods. -- [kubectl-ingress](kubectl-ingress) shows ingresses with clickable links. -- [kubectl-secrets](kubectl-secrets) decodes secrets in plain text or hiding them under links. +- [kubectl-compare](scripts/kubectl-compare) allows to juxtapose kubernetes resource with any diff-like utilities. +- [kubectl-http](scripts/kubectl-http) exposes Kubernetes API using kubectl proxy command but adding extra links to the services and pods. +- [kubectl-ingress](scripts/kubectl-ingress) shows ingresses with clickable links. +- [kubectl-secrets](scripts/kubectl-secrets) decodes secrets in plain text or hiding them under links.