From 7bde1a085a56967fc6904f9aba98c2107038ad6d Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Fri, 17 Jan 2025 01:04:40 +0200 Subject: [PATCH] docs: fix doc links --- README.md | 2 +- docs/configuration-reference.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5dfdb4c..616575f 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ If a configuration file is not explicitly provided, `sofmani` attempts to locate If no file is found or provided, sofmani will fail to start. -For more information, see [Configuration Reference](./docs/02-configuration-reference.md) +For more information, see [Configuration Reference](./docs/configuration-reference.md) --- diff --git a/docs/configuration-reference.md b/docs/configuration-reference.md index 3cebc14..5db1ca5 100644 --- a/docs/configuration-reference.md +++ b/docs/configuration-reference.md @@ -8,7 +8,7 @@ Here is a breakdown of all configuration options: - Installation steps to execute. - - See [Installer Types](./03-installer-types.md) for supported types and options that you can + - See [Installer Types](./installer-types.md) for supported types and options that you can provide. - **`debug`** (Boolean) @@ -30,7 +30,7 @@ Here is a breakdown of all configuration options: A mapping between each type (key) and their default options (value). - - See [Installer Types](./03-installer-types.md) for supported types and options that you can + - See [Installer Types](./installer-types.md) for supported types and options that you can override. - **`env`** (Object)