From 8424f236e485b62486ca0da7517c2d211b4033cf Mon Sep 17 00:00:00 2001 From: jankaspar <2270833+jankaspar@users.noreply.github.com> Date: Tue, 15 Oct 2019 16:25:13 +0100 Subject: [PATCH] Update links in docs. --- docs/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index 9ed82509424..da2ba785eff 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -66,7 +66,7 @@ Then run: helm install ./deployment/armada -f ./server-values.yaml ``` -For all configuration options you can specify in your values file, see [server helm docs](./docs/helm/server.md). +For all configuration options you can specify in your values file, see [server helm docs](./helm/server.md). ### Installing Armada Executor @@ -101,7 +101,7 @@ Then run: helm install ./deployment/armada-executor -f ./executor-values.yaml ``` -For all configuration options you can specify in your values file, see [executor helm docs](./docs/helm/executor.md). +For all configuration options you can specify in your values file, see [executor helm docs](./helm/executor.md). # Interacting with Armada