From a7edd22b12eea9924bd33bfa01a53a530d7671b4 Mon Sep 17 00:00:00 2001 From: David Gerchikov Date: Thu, 18 Jul 2024 12:52:13 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aee575e..bf6ed7e 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ This is a companion repo for scripts and examples that are helpful to AVS users. ## Installation Examples This repo contains scripts and configuration details for installing AVS. -For more information about AVS, see our [install documentation](https://aerospike.com/docs/vector/operate/install). This repo contains the following: +For more information about AVS, see our [install documentation](https://aerospike.com/docs/vector/install). This repo contains the following: -* [Kubernetes install script](./kubernetes) - A bash script and configuration details for [Installing on Kubernetes](https://aerospike.com/docs/vector/operate/install/kubernetes). +* [Kubernetes install script](./kubernetes) - A bash script and configuration details for [Installing on Kubernetes](https://aerospike.com/docs/vector/install/kubernetes). * [Docker-compose files](./docker) - The `./docker` folder contains a docker-compose file for deploying Aerospike and AVS as containers. Additionally, each example app has a docker-compose file that deploys Aerospike, AVS, and the application itself.