From 0afaaa564ea4c73f61e44a8bcc07f2599030aed3 Mon Sep 17 00:00:00 2001 From: Gustavo Padovan Date: Wed, 4 Dec 2024 09:59:11 -0300 Subject: [PATCH] README: fix link to configuration docs Signed-off-by: Gustavo Padovan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20d4105..10a8cda 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ pip install kci-dev ## Configuration -You can see a example configuration file [here](docs/index.md#configuration) +You can see a example configuration file [here](docs/_index.md#configuration) Without a auth token kci-dev can be used in results view only mode ## Contributing to kci-dev